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

[FEATURE] - Support running a job on multiple days of a month #128

Closed
JohnRoesler opened this issue Feb 25, 2021 · 2 comments · Fixed by #228
Closed

[FEATURE] - Support running a job on multiple days of a month #128

JohnRoesler opened this issue Feb 25, 2021 · 2 comments · Fixed by #228
Assignees
Labels
enhancement New feature or request

Comments

@JohnRoesler
Copy link
Contributor

Is your feature request related to a problem? Please describe

This would be nice to allow a job to run multiple days in a month vs. a single day

Describe the solution you'd like

s.Every(1).Month(15).Month(17).At("02:00").Do(func() {})

Describe alternatives you've considered

s.Every(1).Month(15).At("02:00").Do(func() {})
s.Every(1).Month(15).At("02:00").Do(func() {})

Additional context

could be done by adding a func On(day int)

s.Every(1).Month().On(15).On(17).At("02:00").Do(func() {})
@JohnRoesler JohnRoesler added the enhancement New feature or request label Feb 25, 2021
@denizzengin
Copy link

Hi, i would like undertake it if it is active at present

@JohnRoesler
Copy link
Contributor Author

Yes please go ahead! @denizzengin

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

Successfully merging a pull request may close this issue.

2 participants