resque/resque-scheduler

Delayed jobs not getting persisted to redis

amorimlucas opened this issue · 0 comments

I'm having trouble getting my delayed jobs showing on resque-web. Looking back on past issues it looks like the reason is that at some point schedules and other data started getting stored in-memory rather than on redis.

It looks like there's a way to force schedule jobs to be persisted on redis (persisted: true). My question is: Is there a way to do this with delayed jobs? (enqueued_at and enqueued_in). I mostly use delayed jobs and it's been inconvenient to not be able to see them on resque-web.

I'll really appreciate any replies. Thanks.