touchpoints
touchpoints copied to clipboard
Some fixes to Cron
Trying to address a few problems with this PR:
- Running all the tasks in sequence without waiting for them resulting in a big spike in resource consumption, hitting quota, and the failing the last run-tasks
- Using
--waitapparently uncovers some failures that were masked when we just kicked off the task and hoped for the best - Using
set -ewould cause the later tasks not to run if there was a failure earlier.