New
Unclaimed project
Are you a maintainer of asynq? Claim this project to take control of your public changelog and roadmap.
PreEnqueueFunc, PostEnqueueFunc is added in Scheduler and deprecated EnqueueErrorHandler (PR: https://github.com/hibiken/asynq/pull/476)Scheduler failed to enqueue a task. Use PostEnqueueFunc to check for errors and task actions if needed.Scheduler failed to record SchedulerEnqueueEvent.