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

Add Job Status Monitor to detect no response job #1

Open
EverettSummer opened this issue Aug 2, 2021 · 0 comments
Open

Add Job Status Monitor to detect no response job #1

EverettSummer opened this issue Aug 2, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@EverettSummer
Copy link
Member

EverettSummer commented Aug 2, 2021

Define no response job:

A job which is not queued, finished, not updated its status for a defined time window.

In practical, multiple workers may be established. when a worker died without updating the job status. then the job is just lost. thus, there need to be a monitor to scan jobs that haven't updated from certain status for a predefined period of time.

When a running job is executed by the worker and the worker quit the job status monitor will reschedule the job to other available workers and rerun the process. thus ensure all the jobs can be processed.

@EverettSummer EverettSummer added the enhancement New feature or request label Aug 2, 2021
@EverettSummer EverettSummer self-assigned this Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant