hep-gc / dynafed_storagestats

Apache License 2.0
2 stars 2 forks source link

Force checkpoints check from command line. #72

Closed ffgalindo closed 5 years ago

ffgalindo commented 5 years ago

When one runs the script expecting to see the Storage Stats on STDOUT, and the checkpoint according to the setup frequency has not been reached, then nothing is shown as the endpoint will be skipped. This could be solved by adding a function that populates this information from what is available on memcache, or by adding a switch that forces all checkpoints to be checked.

ffgalindo commented 5 years ago

Added -f/--force flag.