To keep scripts from stepping on each other or causing performance issues, we need to add a few things to the analytics scripts:
- logging framwork
- capture timings for runs
- use lock files where appropriate to keep script from stepping on each other
Implement these as needed for the fr analytics scripts.