Skip to content
New issue

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

Simultaneous Jobs Fail to Execute #744

Closed
paradigm314 opened this issue Apr 30, 2020 · 1 comment
Closed

Simultaneous Jobs Fail to Execute #744

paradigm314 opened this issue Apr 30, 2020 · 1 comment

Comments

@paradigm314
Copy link

paradigm314 commented Apr 30, 2020

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:

  1. Deployed Dkron using attached Kubernetes configuration
  2. Schedule 50, 200, or 1000 jobs using job definition below
  3. 1-2% of jobs don't execute and produce no errors.

Nothing in the debug logs indicate an issue scheduling a job

Expected behavior
All scheduled jobs execute.

Screenshots
Test Runs
50 jobs
Screen Shot 2020-04-30 at 2 45 22 PM

200 Jobs
Screen Shot 2020-04-30 at 2 30 36 PM

Specifications

  • Version: 2.2.2
  • OS: Using dkron/dkron:latest Docker Image
  • Machine: 8vCPU and 32GB Ram

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"
  }
}
@vcastellm vcastellm mentioned this issue May 5, 2020
@vcastellm
Copy link
Member

Fixed in #749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants