Cron Expression Example

         Cron expression example:

                 Execute every 5 seconds: */5 * * * * ?

                 Execute every 1 minute: 0 */1 * * * ?

                 Execute once a day at 23:00: 0 0 23 * * ?

                 Execute once a day at 1 am: 0 0 1 * * ?

                 Execute once every month at 1:00 am: 0 0 1 1 * ?

                 Executed at 23:00 on the last day of every month: 0 0 23 L * ?

                 Executed once a week at 1 am on Sunday: 0 0 1 ? *L

                 Execute once at 26, 29, 33: 0 26,29,33 * * * ?

                 Execute once every day at 0:00, 13:00, 18:00, and 21:00: 0 0 0,13,18,21 * * ?

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325499086&siteId=291194637