Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jobs should be able to return output #2

Open
FlixCoder opened this issue May 29, 2022 · 0 comments
Open

Jobs should be able to return output #2

FlixCoder opened this issue May 29, 2022 · 0 comments

Comments

@FlixCoder
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant