#schedule
15 messages · Page 1 of 1 (latest)
Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.
its like it gets stuck on a loop, tried to restart the machine and still does it
You literally asked it to run every minute
https://crontab.guru/ is a great resource to understand the scheduler syntax
An easy to use editor for crontab schedules.
so if i am reading this correctly it would be this then * 4 * * *
no matter what i set it to it still loops its self
Did you actually look at the website they linked?
Having an asterisk at the minute variable causes the server to do that action at every minute past the hour 21 mark
yeah that was what it was explaining, so you have to add a 0
Yeah, which crontab.guru explains