When the server restarts, the scheduled tasks configured on the Linux to run every minute will run immediately or wait a minute to run again.

if the task is executed immediately, is there any way to postpone it for a period of time? Ask the boss to answer

Sep.21,2021

run every minute if you are using crontab,
for example, * * will run at every whole minute instead of calculating the interval.


should wait one minute

Menu