Name Description Size
__init__.py 416
add_new_jobs.py 1865
cancel.py 1263
cancel_all.py 1887
rebuild_cached_tasks.py 1115
registry.py Return ``True``, if ``data`` is a JSON serializable data structure. 13564
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. 9388
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. 10964