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
My task is set to execute time, but it does not take effect。
I want to execute once every minute, at 00 seconds 。So I used this method。 At。But the exection is 56 seconds。
For example,
gocron.Every(1).Minute().At("00:00:00").Do(db.task)
but run time is I0611 15:40:55.602110
The text was updated successfully, but these errors were encountered:
My task is set to execute time, but it does not take effect。
I want to execute once every minute, at 00 seconds 。So I used this method。 At。But the exection is 56 seconds。
For example,
gocron.Every(1).Minute().At("00:00:00").Do(db.task)
but run time is I0611 15:40:55.602110
The text was updated successfully, but these errors were encountered: