Skip to content
Snippets Groups Projects
Commit 6cd05a76 authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Finish comment

parent 00b5a896
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,15 @@ class Job(object):
If an equivalent job has tried & failed before, pass which attempt number we're at. Defaults to 1 (no previous attempts).
previous_job_id: string (optional)
If an equivalent job has tried & failed before, pass the last job attempt. Defaults to None (no previous attempts).
...
...
created: datetime (optional)
modified: datetime (optional)
Timestamps
state: string (optional)
The state of this job. Defaults to 'pending'.
request: map (optional)
The request that is used for the engine. Generated when job is started.
_id: string (optional)
The database identifier for this job.
"""
# TODO: validate inputs against the manifest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment