rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.45k stars 229 forks source link

How to Detect & Re-Try Expired Jobs? #245

Open taewookim opened 4 years ago

taewookim commented 4 years ago

I have a scenario as such

I tried tinkering with failure_ttl ... but it's hard to tell if test if this working or not in an environment with many moving parts.

How do i

1) detect if the scheduled jobs have been not picked up? 2) re-try ?

taewookim commented 4 years ago

@selwin ANy idea? Is this related to the retry method you are working on?