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
You can do this within your Handler code. If it's shared between multiple task types, I'd recommend using MiddlewareFunc to have that applied to multiple tasks. See this wiki page for examples.
enqueue task success or failed
Currently, you can provide SchedulerOpts.EnqueueErrorHandler but there's an open feature request to add callbacks to both before and after the enqueue event #456; And probably this feature will be available pretty soon
i want to customize cron logger to get more info, but i can't do it with scheduler
maybe we can add an option for schedulerOpts like
or just use asynq logger wrapper, seems little strange, and it need to do many things to handle edge case.
WDYT?
The text was updated successfully, but these errors were encountered: