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
Idea : add a new bool field : current_attempt_started with the prepare query and reset on completion
This will require an additional write when task started which will result in perf degrade. So maybe it's better to make it an optional feature. It's only needed when users require accurate retry attempts management
The text was updated successfully, but these errors were encountered:
Idea : add a new bool field :
current_attempt_started
with the prepare query and reset on completionThis will require an additional write when task started which will result in perf degrade. So maybe it's better to make it an optional feature. It's only needed when users require accurate retry attempts management
The text was updated successfully, but these errors were encountered: