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

Manager shutdown after inactivity #417

Open
dgasmith opened this issue Sep 30, 2019 · 0 comments
Open

Manager shutdown after inactivity #417

dgasmith opened this issue Sep 30, 2019 · 0 comments
Labels
Compute Related to queue managers

Comments

@dgasmith
Copy link
Contributor

Managers should have the option to shutdown after x period of inactivity. Where this is defined as an empty task queue for the given period, a new task will reset this timer. By default this period should be 0 (or -1) to indicate that the manager will not shutdown after a period activity.

A few use cases for this:

  • Shut down forgotten managers after multiple days of inactivity and for users who do want to leave managers spun up indefinitely.
  • Shut down process pool managers to prevent wasting resources as they are unable to dynamically scale their workers.
@dgasmith dgasmith added the Compute Related to queue managers label Sep 30, 2019
@mattwelborn mattwelborn added this to the v0.13.0 milestone Dec 2, 2019
@dgasmith dgasmith modified the milestones: v0.13.0, v0.14.0 Jan 14, 2020
@mattwelborn mattwelborn modified the milestones: v0.13.1, v0.14.0 Feb 18, 2020
@bennybp bennybp removed this from the v0.14.0 milestone Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compute Related to queue managers
Projects
None yet
Development

No branches or pull requests

4 participants