This is a cron expression that represents a scheduled task that will run every day at 4 PM (16:00) server time. The breakdown of the expression is as follows:

  • "0" in the first field represents the seconds of the minute, and it is set to 0.
  • "0" in the second field represents the minutes of the hour, and it is set to 0.
  • "16" in the third field represents the hour of the day, and it is set to 16 (4 PM).
  • "*" in the fourth field represents the day of the month, and it is set to run every day.
  • "*" in the fifth field represents the month of the year, and it is set to run every month.
  • "?" in the sixth field represents the day of the week, and it is set to run every day of the week.
Scheduledcron = 0 0 16

原文地址: https://www.cveoy.top/t/topic/EUk 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录