Split out worker related things to a separate service definition.

This commit is contained in:
2023-05-08 22:12:24 -07:00
parent ace2c07aa1
commit 2e5a37ea4b
28 changed files with 1271 additions and 359 deletions

View File

@ -17,7 +17,7 @@ enum JobState {
/**
* The job is in an unknown state.
*/
unknown = 0;
unknown_state = 0;
/**
* The job is queued. It has not started the work.