Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error handling in promote.get_scheduled
Aggressively catches and logs exceptions inside the campaign loop in get_scheduled. This change will allow make_daily_promotions to skip over campaigns with corrupt data and still launch the others. Note: We might want to consider passing the list of errored campaigns back up to the calling function so they can be handled more noisily there.
- Loading branch information