__init__.py |
|
416 |
add_new_jobs.py |
|
1847 |
cancel.py |
|
1245 |
cancel_all.py |
|
1869 |
rebuild_cached_tasks.py |
|
1154 |
registry.py |
Return ``True``, if ``data`` is a JSON serializable data structure. |
13602 |
retrigger.py |
Return whether a given task in the taskgraph should be retriggered.
This handles the case where the task isn't there by assuming it should not be.
|
9353 |
util.py |
Create a new task from a definition rather than from a label
that is already in the full-task-graph. The task definition will
have {relative-datestamp': '..'} rendered just like in a decision task.
Use this for entirely new tasks or ones that change internals of the task.
It is useful if you want to "edit" the full_task_graph and then hand
it to this function. No dependencies will be scheduled. You must handle
this yourself. Seeing how create_tasks handles it might prove helpful. |
11356 |