This repository was archived by the owner on Sep 13, 2025. It is now read-only.

Description
A new database collection for job output could be created. CurrentJob could expose an interface for writing to the job output. The output should only be read once the job has finished (so it is not in the database anymore). Output should be deleted from the DB once read. A function for waiting for a job and returning the output as well as polling the output for a job ID should be implemented.