Closed mikkonie closed 2 years ago
I am able to reproduce the issue, this simply is caused by some of the ajax requests blocking other stuff. I should try limiting the amount of queries I do on the landingzones page anyway, but first I'll try re-configuring gunicorn with -k gevent
and some other tweaks. Might help.
I set up the omics_data_mgmt gunicorn properly with gevent. This SHOULD help at least as synchronous requests don't block stuff.
Gevent doesn't work with omics_taskflow, probably because of the threads I have running inside the application for async calls. Oh well, sync engine with enough workers should keep us going for some time.
mentioned in commit 7f487c8aa368e7d5e6d1e2646595dba80e324ecf
At least the original cause for this has been eliminated. Will reopen or create a new issue if similar problems arise again.
closed
Manuel reported severe server slowdowns when uploading files from Landingzones and leaving browser windows open.
This seems to be caused by Ajax calls towards iRODS.