When the docker-compose setup is restarted, the job queue is lost. It's not the end of the world, but unfortunate.
Some thoughts:
- Add a
completed_at field into the jobs table as an indication if all of the tests completed
- Configure redis to use persistence
- Provide "easy" tooling to re-enqueue a job in the jobs table as a new job again.
When the docker-compose setup is restarted, the job queue is lost. It's not the end of the world, but unfortunate.
Some thoughts:
completed_atfield into the jobs table as an indication if all of the tests completed