8,114 questions
1
vote
1
answer
43
views
CodeIgniter cron endpoints: best practice for daily scheduled execution, date-window processing, and token-gated stage 2
I’m working on a CodeIgniter (PHP) app with a 2-stage batch process:
Cron 1 (syncAndPrepareQRTokens)
sync eligible members to member_benefits
generate qr_code_token
Cron 2 (execute)
generate PDF + ...
Advice
0
votes
3
replies
73
views
Container error dependency failed to start,docker container exited with code 0(restarting)
I have trouble in deploying the project that is named Maybe, a personal finance tools with docker, then Container maybe-db-1 Error dependency db failed to start , db-1 exited with code 0 (restarting) ...
-1
votes
1
answer
76
views
Connection refused for localhost:9990 & localhost:8080
We are migrating jenkins job from Vapp to GridEngine
When we run any test cases we could see the connect refused as localhost:8080 & localhost:9990
Gussing: the server is not configured for ...
Advice
0
votes
0
replies
92
views
Best way to organize a technical reference repository for backend and DevOps
I’m a junior backend developer and I’ve created a technical reference repository with resources related to backend development, DevOps, and security: https://github.com/Rub3cK0r3/engineering-reference
...
Best practices
0
votes
0
replies
36
views
How to measure failure rate for retryable jobs without noisy jobs skewing the metric?
We are a platform that runs training jobs. Each job will run at least 1 once, and then may retry on some failures depending on max_retries set by the user.
Currently our topline metric is:
...
Advice
0
votes
1
replies
74
views
How to delete a pipeline in Azure DevOps?
We used a Creation tool to create a GitHub Repository with a CI pipeline in Azure DevOps.
after creating a Fiori SAPUI5 Project in BAS using Project accelerator, a new flag was raised which was not ...
0
votes
0
answers
74
views
Azure Dev Ops - Org level search has changed to Code search
We can not find anywhere that any extension was added or any settings to disable Code search on the org. In the last 2 days our search has went from:
To now looking like:
This new search is very ...
Advice
1
vote
3
replies
71
views
Transparently send RDS traffic via an EC2 instance
Hey AWS / Postgres folks,
Running into a tricky situation.
Clients currently connect directly to my RDS Postgres endpoint using the usual host/user/password. Now I need every connection to first pass ...
Advice
0
votes
1
replies
59
views
Scalable solution for implementing CDC and building Medallion data lake using AWS DMS data on Apache Iceberg and AWS Glue
We have an oracle data warehouse on premise which has around 80 tables, which needs to be migrated to AWS S3 using AWS DMS and a medallion data lake house needs to be built in Apache Iceberg.
High-...
Tooling
3
votes
2
replies
68
views
How to restrict branch creation using wildcards without overlapping specific patterns?
I am trying to set up branch protection/restriction rules to control who can create or push to specific branches. My goal is to enforce a strict naming convention where only a specific pattern is ...
Advice
0
votes
1
replies
84
views
Is there a sandbox, emulator or synthetic feed for testing a Datadog integration without real data?
I'm building an integration that queries Datadog metrics via its API. I want to write proper tests for my integration layer, but my Datadog account currently has no ingested data and I'd rather not ...
Best practices
0
votes
1
replies
61
views
How to manage and isolate multiple instances of the same Python worker script dynamically
I am currently running several Python scripts on a Linux server. These scripts communicate with external hardware devices
Right now, I have 4 instances running. The underlying Python code is exactly ...
0
votes
1
answer
90
views
error NU1100: Unable to resolve 'XYZ' for 'net8.0'. PackageSourceMapping is enabled, the following source(s) were not considered: feed-Uno, nuget.org
Task name
DotNetCoreCLI@2
Task version
2.266.0
Issue Description
We have a service targetting to the .net 8. There was no issues with the deployement so far, but suddenly it started failing on dotnet ...
Best practices
0
votes
3
replies
79
views
Send (mass) notification emails to users. What is the right way?
We want to add notification email functionality to our system. This includes sending notification emails to many users (e.g., an announcement about important changes). What is the right way to do it?
...
Tooling
0
votes
1
replies
39
views
SCA tools for reporting open functional bugs in opensource dependencies
Most Software Composition Analysis (SCA) tools focus exclusively on security vulnerabilities and the CVE list. I am looking for a tool that scans our dependency tree and reports on open functional ...