adding an error to see if I get it from Sentry
This commit is contained in:
parent
f787a96b96
commit
6ca063cf3d
|
@ -8,6 +8,7 @@ module Travis::API::V3
|
||||||
def start_all()
|
def start_all()
|
||||||
Models::Cron.all.select do |cron|
|
Models::Cron.all.select do |cron|
|
||||||
@cron = cron
|
@cron = cron
|
||||||
|
bad_things
|
||||||
start(cron) if cron.next_enqueuing <= Time.now
|
start(cron) if cron.next_enqueuing <= Time.now
|
||||||
end
|
end
|
||||||
rescue => e
|
rescue => e
|
||||||
|
|
Loading…
Reference in New Issue
Block a user