We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Its seems like it might not? since jobs are getting created even though there are identical jobs enqueued to say run in 15minutes from now.
Thanks Josh
The text was updated successfully, but these errors were encountered:
@jgarner no it doesn't :(
[36] pry(main)> Timecop.freeze(Time.current) do [36] pry(main)* Resque.enqueue_at(1.minute.from_now, CounterCacheJob, Device.name, {a: 2}) [36] pry(main)* Resque.enqueue_at(1.minute.from_now, CounterCacheJob, Device.name, {a: 2}) [36] pry(main)* Resque.enqueue_at(1.minute.from_now, CounterCacheJob, Device.name, {a: 2}) [36] pry(main)* end => true
I used Timecop.freeze to make sure they were scheduled with the same time "from now" to see if it worked.
Sorry, something went wrong.
No branches or pull requests
Its seems like it might not? since jobs are getting created even though there are identical jobs enqueued to say run in 15minutes from now.
Thanks Josh
The text was updated successfully, but these errors were encountered: