Dave Budd

Results 3 comments of Dave Budd

I am trying to switch from worker to multi. Worker is fine but I'm getting this same permissions issue with multi in docker. Using 4.4.7 with a non root user...

Thanks @thedrow, yes using --pidfile=./my.pid --logfile=./my.log works. I using celery-beat and structured logging to stdout/stderr for kubernetes target. Is it the case that you still need the pid / log...

The docs https://docs.celeryproject.org/en/stable/reference/celery.bin.multi.html say ``` $ # Pidfiles and logfiles are stored in the current directory $ # by default. Use --pidfile and --logfile argument to change $ # this....