You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: