more output for the strange behavior on staging
This commit is contained in:
parent
20d4df8af3
commit
1788e0c0fb
|
@ -15,7 +15,9 @@ module Travis::API::V3
|
||||||
start(cron) if cron.next_enqueuing <= Time.now
|
start(cron) if cron.next_enqueuing <= Time.now
|
||||||
end
|
end
|
||||||
rescue => e
|
rescue => e
|
||||||
Raven.capture_exception(e, tags: { 'cron_id' => @cron.try(:id) })
|
puts "bad things happened"
|
||||||
|
puts e.inspect
|
||||||
|
puts Raven.capture_exception(e, tags: { 'cron_id' => @cron.try(:id) })
|
||||||
end
|
end
|
||||||
|
|
||||||
def start(cron)
|
def start(cron)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user