Fernando Correia
12/18/2024, 12:07 AMDamien
12/18/2024, 9:39 AM[tool.poetry.plugins."prefect.collections"]
"infrahubasync" = "infrahub.workers.infrahub_async"
The code for our worker is here https://github.com/opsmill/infrahub/blob/stable/backend/infrahub/workers/infrahub_async.py
Once the entrypoint exist, we're able to start our own worker with the following command
prefect worker start --type infrahubasync --pool XXX --with-healthcheck
We recently developed our own worker too, but I'm very much learningFernando Correia
12/18/2024, 5:36 PM