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

Show job status for timed out jobs as Failure #101

Open
adityahase opened this issue May 7, 2024 · 1 comment
Open

Show job status for timed out jobs as Failure #101

adityahase opened this issue May 7, 2024 · 1 comment

Comments

@adityahase
Copy link
Member

20:31:48 low: backup_job....
20:31:48.529350", "status": "Running"}
22:12:49 Killed horse pid 3060818
22:12:49 Moving job to FailedJobRegistry (Work-horse terminated unexpectedly; waitpid returned None; )

Possible Solutions

  1. RQ should have a hook for this. after_job/failed_job/worker_killed etc.
  2. We can peek in Redis to see if the job is running/pending, or is in the failed queue or not in any queue.
@ankush
Copy link
Member

ankush commented May 7, 2024

RQ has on_failure

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