[Solved]-SynchronousOnlyOperation from celery task using gevent execution pool

2👍

It turned out my assumptions were wrong and I was using code which was not greenlet safe with gevent.

Since rewriting the code to be greenlet safe for now was not an option, I switched back to prefork.

Leave a comment