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
func cron.ParseStandard can't support to parsestandard the cron.WithSeconds
ex: my cron string was "*/5 * * * * " and error is expected exactly 5 fields, found 6: [/5 * * * * *]
The text was updated successfully, but these errors were encountered:
func cron.ParseStandard can't support to parsestandard the cron.WithSeconds
ex: my cron string was "*/5 * * * * " and error is expected exactly 5 fields, found 6: [/5 * * * * *]
The text was updated successfully, but these errors were encountered: