Closed Zylphrex closed 5 years ago
Composer runs webserver through gunicorn and this naive approach fails. However we can run it in the scheduler as there is only 1 instance and make sure not to wait for the thread which is a blocking operation.
Composer runs webserver through gunicorn and this naive approach fails. However we can run it in the scheduler as there is only 1 instance and make sure not to wait for the thread which is a blocking operation.