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
{{ message }}
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
A task is designed to make an complex operation atomic and can resume from an exception. But currently no current resume implementation found. This leads to a serious problem which make some delete operation never executed again whenever it failed.
An proper implementation is necessary to make the task design robust and useful.
The text was updated successfully, but these errors were encountered:
A task is designed to make an complex operation atomic and can resume from an exception. But currently no current resume implementation found. This leads to a serious problem which make some delete operation never executed again whenever it failed.
An proper implementation is necessary to make the task design robust and useful.
The text was updated successfully, but these errors were encountered: