Nick Pakhodnia
Nick Pakhodnia
Just struggled with similar problem, but with `systemd` and when using 'plain' worker start without `celery multi` (as using `celery multi` is not recommended for production use). The problem has...
+1 on this change. Will help to user celery with nats.
The solution is to use `sudo su -` instead of `sudo su` or add `source /etc/profile.d/golang.sh` to `~/.bashrc` of the user you're switching to as /etc/profile.d/* loads only for login...
we have the similar problem on the latest nats v2.10.7 (we use debian 12). It's happens rare, but symptoms are quite similar. Consumer just stops delivering messages to our go...
I decided to give mitogen a try and after installation I've got the same error when trying to execute any existing ansible playbook I had. I'm on MacOS and in...