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
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