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
There are a few cron jobs within the scheduler interface that aren't allowing step values to be saved. As soon as I remove the slash, the cron will save appropriately.
When editing send_queue for instance:
"* * * * *" -- works
5 * * * * -- works
*/5 * * * * -- won't save
Any ideas?
The text was updated successfully, but these errors were encountered:
There are a few cron jobs within the scheduler interface that aren't allowing step values to be saved. As soon as I remove the slash, the cron will save appropriately.
When editing send_queue for instance:
"* * * * *" -- works
5 * * * * -- works
*/5 * * * * -- won't save
Any ideas?
The text was updated successfully, but these errors were encountered: