How to deploy a Celery Worker

Hi, I’m trying to deploy a celery worker with Cleavr. Does someone have an idea how I need to setup my config to run the start command? I know have it like this…

Hello @tombaboon,

If the celery command is something that runs on the background you can add a process monitor for it.

Here’s a guide on process monitor

Cool! I’m trying that right now, but how can I see if it is running now?

You can check the process monitors status and logs by clicking on the ellipsis icon.

Yes got it! Will the log files not be insane big?