mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-01 18:25:05 -05:00
Makes get_schedule return a list of errored campaigns instead of just logging them so they can be handled by the calling function. Updates make_daily_promotions to first launch as many campaigns as possible, then raise an exception with a list of errors at the end. The exception is useful for triggering alerts. See https://github.com/reddit/reddit-public/issues/570