Does Celery Automatically Monkey Patch when running eventlet pool?

Viewed 2030

This is a cross-post from the mailing list, hoping to get more eyes on the question. (original post)

When using running celery worker -p eventlet, does Celery do automatic monkey-patching of my code?

The docs don't mention anything about having to do patching and the official example doesn't do any explicit patching as well (even the gevent example doesn't do any patching). The example hints at patching being done automatically, but there is no explicit/definite answer.

1 Answers
Related