adding an error to see if I get it from Sentry

This commit is contained in:
Renée Hendricksen 2016-08-02 21:26:04 -04:00
parent f787a96b96
commit 6ca063cf3d

View File

@ -8,6 +8,7 @@ module Travis::API::V3
def start_all()
Models::Cron.all.select do |cron|
@cron = cron
bad_things
start(cron) if cron.next_enqueuing <= Time.now
end
rescue => e