mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 14:23:27 +01:00
Run a job every 1st day of each month? #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sangregoriopaolo on GitHub (Jan 22, 2017).
Hi, is there any way to run a job every Nth day of the month? For example I would like to run a job on the 1st day of every month.
@gazay commented on GitHub (Feb 15, 2017):
I have same question :)
@gazay commented on GitHub (Feb 15, 2017):
Using workaround for now – run task every day and check on start
return unless Date.today.day == 1