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

[TOOL IMPROVEMENT] Crontab non-standard style #855

Open
webysther opened this issue Jan 29, 2024 · 1 comment · May be fixed by #1026
Open

[TOOL IMPROVEMENT] Crontab non-standard style #855

webysther opened this issue Jan 29, 2024 · 1 comment · May be fixed by #1026
Assignees
Labels
enhancement New feature or request

Comments

@webysther
Copy link

Describe the solution you'd like
For non-standard cron like used in AWS this tool don't work (neither crontab.guru), the tool I found be open source and work is this one:

https://github.com/cronhub/crontab
https://crontab.cronhub.io

Maybe add the code from this one for expressions like this 0 11-22 ? * MON-FRI *
Ref.: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html

@webysther webysther added the enhancement New feature or request label Jan 29, 2024
sharevb added a commit to sharevb/it-tools that referenced this issue May 1, 2024
Just use validation of cronstrue package
Fix CorentinTh#855
@sharevb sharevb linked a pull request May 1, 2024 that will close this issue
sharevb added a commit to sharevb/it-tools that referenced this issue May 1, 2024
Just use validation of cronstrue package
Fix CorentinTh#855
@sharevb
Copy link
Contributor

sharevb commented May 1, 2024

Hi @webysther and @CorentinTh, fixed in #1026

sharevb added a commit to sharevb/it-tools that referenced this issue May 1, 2024
Just use validation of cronstrue package
Fix CorentinTh#855
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.

3 participants