You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: