We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disclamer This may be a duplicate of #731 and may be related to Kubernetes setup. The Kubernetes setup has been attached.
Describe the bug When scheduling several simultaneous jobs ~1-2% of jobs fail to execute.
To Reproduce Steps to reproduce the behavior:
Nothing in the debug logs indicate an issue scheduling a job
Expected behavior All scheduled jobs execute.
Screenshots Test Runs 50 jobs
200 Jobs
Specifications
Additional context Kubernetes Deployment Configuration dkron-integration.zip
Job Used for Testing
{ "name": "test_job_$n", "displayname": "Test Job $n", "schedule": "0 */5 * ? * *", "timezone": "America/Chicago", "owner": "Job Generator", "owner_email": "", "disabled": false, "tags": { "priority": "default:1" }, "metadata": { "loadTest": "true" }, "retries": 2, "processors": null, "concurrency": "forbid", "executor": "shell", "executor_config": { "command": "/bin/true" } }
The text was updated successfully, but these errors were encountered:
Fixed in #749
Sorry, something went wrong.
No branches or pull requests
Disclamer
This may be a duplicate of #731 and may be related to Kubernetes setup. The Kubernetes setup has been attached.
Describe the bug
When scheduling several simultaneous jobs ~1-2% of jobs fail to execute.
To Reproduce
Steps to reproduce the behavior:
Nothing in the debug logs indicate an issue scheduling a job
Expected behavior
All scheduled jobs execute.
Screenshots
Test Runs
50 jobs
200 Jobs
Specifications
Additional context
Kubernetes Deployment Configuration
dkron-integration.zip
Job Used for Testing
The text was updated successfully, but these errors were encountered: