Albireo
Albireo copied to clipboard
No task resume implemented
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.