I am looking for a Python only example on starting a Celery worker. I know there is the celery worker command line tool, but I would like to pass parameters to the app that the worker uses, and that seems to be complicated.
Is there no app.startWorker(...) method I can use?