Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

:run_at not respected, and not documented. #4

Open
CullenShane opened this issue Jun 28, 2013 · 0 comments
Open

:run_at not respected, and not documented. #4

CullenShane opened this issue Jun 28, 2013 · 0 comments

Comments

@CullenShane
Copy link

When creating jobs and passing in :run_at, all seems to be well, except for nothing happens. The job is run immediately as soon as the worker sees it.

It appears that a replacement :delay has been added, but this also seems to do nothing.

Worst, there is no documentation that :runs_at does not work as documented in delayed_job.

:runs_at usually works by a special select statement which only grabs records which are set to be run in the past from the current time. When using a queue-based data source, this type of selection is not possible, so some other method of delaying a job must be put into place.

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

No branches or pull requests

1 participant