| 1234567891011121314 | import osimport syssys.path.insert(0, os.getcwd())# ## Start worker with -P eventlet# Never use the worker_pool setting as that will patch# the worker too late.broker_url = 'amqp://guest:guest@localhost:5672//'worker_disable_rate_limits = Trueresult_backend = 'amqp'result_expires = 30 * 60imports = ('tasks', 'webcrawler')
 |