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
Right now if an exception is raised inside approve_share of revoke_share job the status of the share will be stuck in "in_progress" state. What do we need to do:
Move share object status update to "finally" job
In case dataset_lock is failed to be released, we need to think about expiry mechanism
Dataset_lock can be a piece of information we may want to show in UI
The text was updated successfully, but these errors were encountered:
dlpzx
changed the title
Make ECS job exception safe
More robust handling oof exceptions inside share manager ECS task
May 23, 2024
dlpzx
changed the title
More robust handling oof exceptions inside share manager ECS task
More robust handling of exceptions inside share manager ECS task
May 23, 2024
Hi @SofiaSazonova I am working on the share managers a lot in #1283. This could be a part X in the list of items to improve the sharing. I have added it to the list of todos
Right now if an exception is raised inside approve_share of revoke_share job the status of the share will be stuck in "in_progress" state. What do we need to do:
The text was updated successfully, but these errors were encountered: