- scheduler-api
- scheduler-listener
- scheduler-runner
this comes with a dedicated database and a rabbitmq service.
Related T1443
Paths
| Differential D818 Authored by douardda on Dec 14 2018, 2:36 PM.
Details Summary
this comes with a dedicated database and a rabbitmq service. Related T1443
Diff Detail
Event TimelineHarbormaster completed remote builds in B3037: Diff 2610.Dec 14 2018, 2:36 PM2018-12-14 14:36:04 (UTC+1) Comment Actions ah we stepped on each other's toes, i'll close D819. I'll start the review soon after closing the other one. ardumont edited the summary of this revision. (Show Details)Dec 14 2018, 2:48 PM2018-12-14 14:48:29 (UTC+1)
douardda added inline comments.
This revision is now accepted and ready to land.Dec 14 2018, 4:14 PM2018-12-14 16:14:15 (UTC+1) Comment Actions It remains the entrypoint.sh to adapt so that the scheduler's db is initialized prior to starting up the service as in D819. This revision now requires changes to proceed.Dec 14 2018, 4:29 PM2018-12-14 16:29:22 (UTC+1) douardda added inline comments.
Harbormaster completed remote builds in B3062: Diff 2632.Dec 17 2018, 10:26 AM2018-12-17 10:26:47 (UTC+1) Harbormaster completed remote builds in B3066: Diff 2635.Dec 17 2018, 10:35 AM2018-12-17 10:35:32 (UTC+1) This revision is now accepted and ready to land.Dec 17 2018, 10:46 AM2018-12-17 10:46:14 (UTC+1)
Harbormaster completed remote builds in B3070: Diff 2641.Dec 17 2018, 11:51 AM2018-12-17 11:51:02 (UTC+1) Harbormaster completed remote builds in B3072: Diff 2643.Dec 17 2018, 11:56 AM2018-12-17 11:56:45 (UTC+1) Comment Actions Add the active wait on postgres in scheduler-api's entrypoint and ensure pg password is not asked... Harbormaster completed remote builds in B3073: Diff 2644.Dec 17 2018, 12:08 PM2018-12-17 12:08:10 (UTC+1) Closed by commit rCDFDa377e8701fba: Add scheduler services (authored by douardda). · Explain WhyDec 17 2018, 12:13 PM2018-12-17 12:13:38 (UTC+1) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 2632 docker-compose.yml
dockerfiles/swh-scheduler-api/Dockerfile
dockerfiles/swh-scheduler-api/entrypoint.sh
dockerfiles/swh-scheduler-api/scheduler.yml
|
why is the whole collision detection block is now run only if check_missing is True?