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
How about adding time.Duration parameter to job scheduling scheduler.EveryDuration(time.Duration)?
So that it becomes easy for me to wrap it in other funcs? Since right now I need to closure some objects.
The text was updated successfully, but these errors were encountered:
How about adding time.Duration parameter to job scheduling
scheduler.EveryDuration(time.Duration)
?So that it becomes easy for me to wrap it in other funcs? Since right now I need to closure some objects.
The text was updated successfully, but these errors were encountered: