about summary refs log tree commit diff
path: root/gn_libs/jobs/jobs.py
AgeCommit message (Collapse)Author
2025-06-11Fix code errors caught by type-checker.Frederick Muriuki Muriithi
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-05-05Handle case where job doesn't exist.Frederick Muriuki Muriithi
2025-05-02Fix stream used by function.Frederick Muriuki Muriithi
2025-04-21Build the environment from the application environment.Frederick Muriuki Muriithi
2025-04-21Add function to load standard stream outputs.Frederick Muriuki Muriithi
2025-03-25Change query for updating metadata: allow creating new item.Frederick Muriuki Muriithi
2025-03-25Add "WHERE" clause to avoid updating all rows.Frederick Muriuki Muriithi
2025-03-25Provide output directory to launcher.Frederick Muriuki Muriithi
2025-03-25Start launcher with unbuffered outputs.Frederick Muriuki Muriithi
2025-03-25Push stream data whenever its updated.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).
2025-03-24Initialise package for handling background/asynchronous jobs.Frederick Muriuki Muriithi