Update some contributing docs

* Update the tools called in the dev environment
* More RMQ purges from architecture docs
* Remove the old clusterdev target
This commit is contained in:
Matthew Jones
2020-04-08 10:02:05 -04:00
parent d40143a63d
commit 6abeaf2c55
12 changed files with 12 additions and 527 deletions

View File

@@ -26,7 +26,7 @@ Empirically, the periodic task manager has been effective in the past and will c
* Detect finished workflow jobs
* Spawn next workflow jobs if needed
* For each pending job, start with the oldest created job
* If the job is not blocked, and there is capacity in the instance group queue, then mark it as `waiting` and submit the job to RabbitMQ.
* If the job is not blocked, and there is capacity in the instance group queue, then mark it as `waiting` and submit the job.
### Job Lifecycle