This commit is contained in:
@@ -58,8 +58,7 @@ SCHEMA
|
||||
=-=-=-=
|
||||
|
||||
AOPSJOB
|
||||
- jobid long NOT NULL INDEXED UNIQUE (initially I'll use linux epoch when job created, used to tag logs etc, but keeping this open for a change later)
|
||||
- OwnerId NOT NULL
|
||||
- jobid long NOT NULL INDEXED UNIQUE (initially I'll use linux epoch when job created, used to tag logs etc, but keeping this open for a change later)
|
||||
- Created NOT NULL
|
||||
- Exclusive NOT NULL bool (true=close api and don't run any other jobs, false=process async and keep api open)
|
||||
- StartAfter NOT NULL INDEXED (datetime to start the job, in cases of start now jobs the date will be minvalue)
|
||||
|
||||
Reference in New Issue
Block a user