go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/scheduler/appengine/README.md (about) 1 # The LUCI Scheduler Service 2 3 The LUCI Scheduler Service periodically makes URL fetches, runs Swarming tasks 4 or DM quests. It uses luci-config to fetch per-project lists of cron jobs. It 5 tries to prevent concurrent execution of job invocations (i.e. an invocation 6 will not start if previous one is still running). 7 8 It's built on top of App Engine Task Queues service. 9 10 TODO(vadimsh): Explain the design.