-
-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The celery process for the worker exits after a few seconds without doing anything (it seems to run similar actions to the app, up to the point when it shows IRIS IS READY on port ...
, and then displays an additional warning from celery since it does not like running as root before exiting). Afterwards, the container simply runs the while true; sleep 2; done
loop.
To Reproduce
Steps to reproduce the behavior:
- Create a
.env
file (checked out on v.2.4.20), update the passwords as mentioned in the guide (i.e.,POSTGRES_PASSWORD
, etc., although unlikely to cause any differences), and remove the image tag variables to download the correct image versions (v2.4.20
, instead oflatest
); - Start the containers in Docker;
- Wait a minute for the containers to start;
- Inspect the worker container's processes using
docker compose exec worker ps -ef
; - Observe that the only running processes are
bash
(running the entrypoint script) andsleep 2
, butcelery
is missing.
Expected behavior
The worker process should continue running (presumably)?
Server:
- OS: AlmaLinux 9.5 with the latest package updates installed
L88p
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working