Originally created by @t56k on GitHub (Dec 4, 2017).
Can I leverage the `:at` to be a certain datetime? And how to I get a job to run once?
Crono.perform(PostJob, provider, job).once, at: { Time.now + days.to_i.days }
Thanks.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @t56k on GitHub (Dec 4, 2017).
Can I leverage the
:atto be a certain datetime? And how to I get a job to run once?Thanks.