Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Delayed jobs not getting persisted to redis #693

Open
amorimlucas opened this issue Apr 7, 2020 · 0 comments
Open

Delayed jobs not getting persisted to redis #693

amorimlucas opened this issue Apr 7, 2020 · 0 comments

Comments

@amorimlucas
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant