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

Consider adding a progress field to jobs #35

Open
davechallis opened this issue Aug 11, 2023 · 0 comments
Open

Consider adding a progress field to jobs #35

davechallis opened this issue Aug 11, 2023 · 0 comments
Assignees

Comments

@davechallis
Copy link
Owner

A common pattern seems to be including progress information in a job's output, and checking that during a job's lifetime.

Having only an output field to store this in sometimes causes issues, e.g.:

  • output might be huge, and fetching large output repeatedly to check progress can be inefficient
  • more complex to handle in languages where JSON is mapped to structs/objects etc. (often either a compount type or tagged union is used to handle a progress data structure and a final output data structure)

Adding a new optional field might simplify this.

@davechallis davechallis self-assigned this Aug 11, 2023
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