Tomas Pospisil

Results 14 comments of Tomas Pospisil

The configuration didn't work for me in the end and I had to do some tweaks. In compose.yml: ```yaml services: php: image: ${IMAGES_PREFIX:-}app-php restart: unless-stopped environment: ... RUN_MIGRATIONS: true volumes:...

Another improvement. I need to run several consumers in parallel. I guess that would be a good use case for the supervisor but I was unable to get that running,...

Ah, neat. I'll still need to keep it in separate consumers because I don't want long-running tasks blocking the short ones, but at least I won't need to duplicate workers...