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()
|
||||
Models::Cron.all.select do |cron|
|
||||
@cron = cron
|
||||
bad_things
|
||||
start(cron) if cron.next_enqueuing <= Time.now
|
||||
end
|
||||
rescue => e
|
||||
|
|
Loading…
Reference in New Issue
Block a user