You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there is such a cron:
*/15 0-8,21-23 * * *
And i get the error:
Failed to parse the following CRON expression: */15 0-8,21-23 * * * {"userId":205,"exception":"[object] (Lorisleiva\CronTranslator\CronParsingException(code: 0): Failed to parse the following CRON expression: */15 0-8,21-23 * * * at /var/www/vendor/lorisleiva/cron-translator/src/CronTranslator.php:33)
How to fix it?
On https://crontab.guru/ such this cron is recognized...
The text was updated successfully, but these errors were encountered:
Hi, there is such a cron:
*/15 0-8,21-23 * * *
And i get the error:
Failed to parse the following CRON expression: */15 0-8,21-23 * * * {"userId":205,"exception":"[object] (Lorisleiva\CronTranslator\CronParsingException(code: 0): Failed to parse the following CRON expression: */15 0-8,21-23 * * * at /var/www/vendor/lorisleiva/cron-translator/src/CronTranslator.php:33)
How to fix it?
On https://crontab.guru/ such this cron is recognized...
The text was updated successfully, but these errors were encountered: