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
It looks like an export task will just abort if it can't find a key. This would be ok if the task itself would go into some kind of error state, but polling the task just shows it as finished:
The key not found error is a bit more concerning, as it means the media was likely deleted without the knowledge of MMR (or worse, there's a bug in MMR). I feel it's correct to abort on that error, so for now I don't intend to make it non-fatal.
If it turns out the media was deleted because of a MMR bug, please open a new issue with detailed reproduction steps (or a security issue if a user can invoke it).
It looks like an export task will just abort if it can't find a key. This would be ok if the task itself would go into some kind of error state, but polling the task just shows it as finished:
It's impossible for a script to follow whether the export finished correctly, except by tailing the logs of the container.
Suggestions:
is_success
or similar boolean on the task to indicate whether the task finishes successfully or not?The text was updated successfully, but these errors were encountered: