Skip to content

Commit

Permalink
fix: #557 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest authored Jan 25, 2023
1 parent 82a655e commit e659124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This runs Docker containers based on the contents of the Jobs table.
It's implemented as a synchronous loop which polls the database for
active jobs and takes appropriate actions.

The bulk of the work here is done by the
[manage_jobs](./jobrunner/manage_jobs.py) module which starts new Docker
The bulk of the work here is done by the the [local Docker executor
implementation] (./jobrunner/executors/local.py) module which starts new Docker
containers and stores the appropriate outputs when they finish.

### Job State
Expand Down

0 comments on commit e659124

Please sign in to comment.