Run a job every 1st day of each month? #39

Open
opened 2025-12-29 00:21:42 +01:00 by adam · 2 comments
Owner

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.

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.
Author
Owner

@gazay commented on GitHub (Feb 15, 2017):

I have same question :)

@gazay commented on GitHub (Feb 15, 2017): I have same question :)
Author
Owner

@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

@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`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#39