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

Crontab defaults are non-intuitive #65

Open
kpsherva opened this issue Dec 19, 2024 · 0 comments
Open

Crontab defaults are non-intuitive #65

kpsherva opened this issue Dec 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kpsherva
Copy link
Contributor

When scheduling a job to run with cron, fields are filled automatically with * which is dangerous behaviour, especially in case of the minute field.
If someone does not fill minute field, it is automatically filled with * which causes potentially expensive tasks to run every minute without the administrator ever realising (before it is too late).
The schedule UI should either be explained well, or provide less invasive default values (or validation).

@kpsherva kpsherva added the bug Something isn't working label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant