You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often find myself wanting to schedule jobs to run every X minutes. It would be nice to have a .minutes option instead of having to do (X*60).seconds.
The text was updated successfully, but these errors were encountered:
I often find myself wanting to schedule jobs to run every X minutes. It would be nice to have a
.minutes
option instead of having to do(X*60).seconds
.The text was updated successfully, but these errors were encountered: