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
I’ve been using Asynq and I think it’s an excellent library! However, I have a small question regarding its design, specifically about the retry strategy. I noticed that the retry configuration seems to be set globally at the server level. While I understand that tasks can be distinguished by their Type(), I was wondering why custom retry options aren’t designed to be configured directly on the task itself. Wouldn’t this make it more flexible and easier to use?
Thank you for your time!
The text was updated successfully, but these errors were encountered:
Hello,
I’ve been using Asynq and I think it’s an excellent library! However, I have a small question regarding its design, specifically about the retry strategy. I noticed that the retry configuration seems to be set globally at the server level. While I understand that tasks can be distinguished by their Type(), I was wondering why custom retry options aren’t designed to be configured directly on the task itself. Wouldn’t this make it more flexible and easier to use?
Thank you for your time!
The text was updated successfully, but these errors were encountered: