Skip to content
New issue

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

Monthly scheduling #69

Open
caalberts opened this issue Nov 13, 2017 · 1 comment
Open

Monthly scheduling #69

caalberts opened this issue Nov 13, 2017 · 1 comment

Comments

@caalberts
Copy link

caalberts commented Nov 13, 2017

Similar to #56, I'm in a situation where I need to perform a job at a monthly interval. For example, every first of the month.

@plashchynski , if you're okay, I'm keen to work on this feature.

To get some context, I'd like to know if you have had initial thought around this feature. Were there specific reasons why monthly interval is not supported?

If this is a good feature to add, what kind of DSLs should be supported? Some ideas I have:

Crono.perform(Job).every 1.month, on: 1, at: {hour: 12, min: 30} # specify date and time
Crono.perform(Job).every 1.month, on: 2 # specify date only with default time
@cseelus
Copy link
Collaborator

cseelus commented Jun 10, 2020

@caalberts Do you know if this is supported by now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants