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

Idle Config starting another worker #3872

Open
christophersavory opened this issue Apr 29, 2024 · 1 comment
Open

Idle Config starting another worker #3872

christophersavory opened this issue Apr 29, 2024 · 1 comment

Comments

@christophersavory
Copy link

We are using version 5.9.0 and I recently added idle_config to our setup:

  idle_config = [{
    cron             = "* * 9-18 * * 1-5"
    timeZone         = "America/Chicago"
    idleCount        = 1
    # Defaults to 'oldest_first'
    evictionStrategy = "oldest_first"
  }]

It works for the most part as in new actions are picked up immediately instead of having to wait, but what is happening is another runner will be started as well as the idle runner being there.

@christophersavory
Copy link
Author

@npalm is this a configuration issue or a bug?

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

1 participant