Related to T3778
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T3778: The docker-dev build is often failing
- Commits
- rDENV6f30000b9f19: Ensure swh-web is started before trying to refresh the save code now statuses
Diff Detail
Diff Detail
- Repository
- rDENV Development environment
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
lgtm
One question though, don't we have to add also the following to the container swh-web-cron?
swh-web-cron: ... depends_on: - swh-web
Comment Actions
the dependency is already declared on the docker-compose, it just ensure the container is started before launching swh-web-cron, not the service is well initialized and responding.
Comment Actions
One question though, don't we have to add also the following to the container swh-web-cron?
oops, my bad, It's already there ;)