Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transloadit: only cancel assemblies belonging to ongoing upload #2277

Merged
merged 1 commit into from May 25, 2020

Conversation

goto-bus-stop
Copy link
Contributor

When canceling an upload, we would previously cancel all assemblies. But the Transloadit plugin state still contains Assemblies that had already finished. Instead of cancelling everything we know about, we need to only cancel Assemblies that belong to an ongoing upload. We can do that by cancelling all Assemblies that are reachable through the uploadsAssemblies state value.

@goto-bus-stop goto-bus-stop merged commit aeae190 into master May 25, 2020
@goto-bus-stop goto-bus-stop deleted the fix/transloadit-cancel-completed-assemblies branch May 25, 2020 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant