google / grr

GRR Rapid Response: remote live forensics for incident response
https://grr-doc.readthedocs.io/
Apache License 2.0
4.75k stars 761 forks source link

Allow delayed starts for flows #999

Open awest1339 opened 1 year ago

awest1339 commented 1 year ago

This PR allows you to pass in a start_at time when creating a GRR flow with the python client or web UI. This allows you to delayed start expensive, long running flows that lock up the GRR agent for extended periods of time and allows other flows to finish in the meantime.