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
What would this feature improve or what problem would it solve?
This would allow someone to see when a request is done without having to continuously check.
What is the feature you are proposing?
Implement a --wait flag or similar to turbinia-client status request so that the client will continuously poll until the request is completed and then report the full output. A --poll_interval flag would also be nice to be able to adjust how often the client polls the state. These are similar to turbiniactl flags.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
@hacktobeer Not really, this command will still generate a report output based on the current state of when it was called no matter if it's done or not. I guess I didn't mention it above, but it would also be nice to have some indication of the progress (similar to what dftimewolf does and what turbiniactl did) too.
Technically you could right now if you pass the -j flag it'll just be json output instead of a report and you can check for the status by checking the status key with jq or something. It won't give you a completion update though but you have the task counts. Would still be nice to have that though.
What would this feature improve or what problem would it solve?
This would allow someone to see when a request is done without having to continuously check.
What is the feature you are proposing?
Implement a
--wait
flag or similar toturbinia-client status request
so that the client will continuously poll until the request is completed and then report the full output. A--poll_interval
flag would also be nice to be able to adjust how often the client polls the state. These are similar toturbiniactl
flags.What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: