Real-time monitor and web admin for Celery distributed task queue
-
Updated
Sep 1, 2020 - Python
Adding support to get the config items as a dict. this allows me to do things like this:
config.yaml
postgres:
host: localhost
port: 5432
user: postgres
password: passand in dp.py
async def get_db(app):
pg = app['config']['postgres']
app['db'] = await create_engine(**pg.as_dict())This works, as the keys in the yaml, have the same a
Add a description, image, and links to the rabbitmq topic page so that developers can more easily learn about it.
To associate your repository with the rabbitmq topic, visit your repo's landing page and select "manage topics."
Estamos vendo esse warning quando rodamos o asyncworker:
Esses imports estão no
asyncworker/connections.pyhttps://github.com/B2W-BIT/async-worker/blob/1306606ce76e61f