willkg / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
7 stars 0 forks source link

Implement --overwrite/--no-overwrite in fetch-data (#58) #59

Closed willkg closed 2 years ago

willkg commented 2 years ago

This implements an overwrite flag. This can significantly reduce the time it takes to run if you already have some crash data and need to fill in gaps, but don't want to re-download everything.

Fixes #58.