When ran as daemon, the checker run forever in background. When not as daemon, it only check for a single random batch of content.
That could allow the checker to run as multiple one-shot with a cron.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T423: Make a content integrity checker that can run on a Tier 1 node
- Commits
- rDSTOCbca87a121c70: Make the checker able to run as daemon or one-shot
R65:bca87a121c70: Make the checker able to run as daemon or one-shot
rDSTObca87a121c70: Make the checker able to run as daemon or one-shot
Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Catch all exception to avoid the daemon checker to terminate in case a network error occured.