studio icon indicating copy to clipboard operation
studio copied to clipboard

Speed up response of /api/finish_channel

Open aronasorman opened this issue 7 years ago • 1 comments

The implementation for that function (/views/internal.py:api_commit_channel) takes more than 5 minutes to reply for the KA chef. Let's optimize this to make it return a value faster by either parallelizing things or running it in a worker, and making the ricecooker poll an endpoint for progress.

aronasorman avatar Sep 21 '18 22:09 aronasorman

Leaving this open as we still want to speed up the process, even though it now completes.

kollivier avatar Oct 23 '18 19:10 kollivier