-
Notifications
You must be signed in to change notification settings - Fork 3
Dispatch merge #39
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Creating a merged file from the uploaded chunks is synchronous at the moment and depending on the file size it can take a long time. By dispatching it as a job the owner of the application can execute it in background with an asynchronous queue driver.