Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Background jobs are not running with resque-scheduler #14

Closed
ajacques opened this issue Aug 18, 2015 · 0 comments
Closed

Background jobs are not running with resque-scheduler #14

ajacques opened this issue Aug 18, 2015 · 0 comments
Assignees
Milestone

Comments

@ajacques
Copy link
Owner

The ValidateCertificateJob is currently scheduled to be run every 5 minutes by resque-scheduler as specified in config/scheduled_jobs.yml. The job gets scheduled, but it never actually executes.

This is possibly a conflict between ActiveJob and resque-scheduler as per rails/rails#16933. We may have to work around it.

Investigate: https://github.com/JustinAiken/active_scheduler

Why can't we just specify a class-side method called perform?

@ajacques ajacques added this to the MVP milestone Aug 18, 2015
@ajacques ajacques self-assigned this Aug 18, 2015
ajacques added a commit that referenced this issue Aug 18, 2015
This gets the jobs scheduling, but we're using internal
Rails classes and according to rails/rails#16933 we should
migrate to our custom wrapper job class
@ajacques ajacques closed this as completed Apr 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant