Replies: 1 comment 4 replies
|
I could definitely see this being useful. Similarly with I don't think implementation would be too difficult. It'd probably look like API-wise, we'd probably want to add a new function like @bgentry Thoughts? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We are doing some long running jobs (Some up to 2 hours), so we are looking to have some RecordedOutput that helps us see the state of the job and small updates to make sure everything is working as expected and we don't have a job that is just frozen.
What is the appetite for creating a 'hook' of some sort to allow the RecordedOutput to be persisted to the database throughout the job instead of only at the end?
Thanks
All reactions