// if handler returns an error or panics, the task will be retried after some delay.
funchandler(t*Task)error{
funchandler(t*asynq.Task)error{
switcht.Type{
case"send_welcome_email":
rid,ok:=t.Payload["recipient_id"]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.