about summary refs log tree commit diff
path: root/gn_libs/jobs/launcher.py
AgeCommit message (Collapse)Author
2025-06-11Fix code errors caught by linter.Frederick Muriuki Muriithi
2025-06-10Setup launcher logging.Frederick Muriuki Muriithi
Enable logging out details of the launcher's process to help with debugging issues.
2025-04-21Indicate successful completion.Frederick Muriuki Muriithi
2025-03-25Clean up after ourselves!Frederick Muriuki Muriithi
2025-03-25Fetch remaining contentFrederick Muriuki Muriithi
The process could complete running between checks for whether it is still running, so we need to fetch any left-over content.
2025-03-25Merge the 'with's to reduce indentation.Frederick Muriuki Muriithi
2025-03-25Create outputs directory if it does not exist.Frederick Muriuki Muriithi
2025-03-25Add paths to output files as metadata items.Frederick Muriuki Muriithi
2025-03-25Rename manager/launcher script and implement the management logic.Frederick Muriuki Muriithi
Give the launcher a better name, and implement the logic to actually launch the job and do basic management of the process(es).