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

As a user, I want status summary reports during a long running execution (batching functionality) #119

Open
jordanpadams opened this issue Jun 7, 2024 · 1 comment
Assignees
Labels

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Jun 7, 2024

Checked for duplicates

Yes - I've already checked

πŸ§‘β€πŸ”¬ User Persona(s)

Node Operator

πŸ’ͺ Motivation

...so that I can regular check the overall status of an execution in either file upload "chunks"

πŸ“– Additional Details

From @mdrum

  1. Perhaps allow for batching of some sort. Rather than accepting all files and generating one big report at the end, you would want to split it up into groups of 1000 files or something and create mid-reports along the way, with a final tally being generated at the end. We could do this on our end, of course, but then it would mean we would have to combine the mid-reports manually ourselves. Something to think about.

Acceptance Criteria

Given
When I perform
Then I expect

βš™οΈ Engineering Details

Initial thoughts: new flag(s) to allow someone to specify reporting type: (cumulative, batch, both), and select the batching "chunks" (default: 1000 files)

πŸŽ‰ I&T

No response

@jordanpadams
Copy link
Member Author

Status: @collinss-jpl encountered a potential snag in the batching feature, limits maximum batch size (250-300 files). looking to do some more profiling to determine the limitations.

@jordanpadams jordanpadams changed the title As a user, I want status summary reports during a long running execution As a user, I want status summary reports during a long running execution (batching functionality) Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ToDo
Development

No branches or pull requests

2 participants