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
Resets retryCount and lastError after task instance successfully retries.
Potentially breaking if you're accessing these properties outside of the context of a retry event or retry policy hook, but this is not really supported.
Add retriedSignal yieldable for manually designating when a looping task has successfully retried. See documentation page on "Looping Tasks" for more details and caveats.
Added enableTaskRetries and disableTaskRetries helper functions for testing. Deprecated disable and enable.