looks like Raven isn't getting the reports because the dyno doesn't exist long enough for the http request to get out :(
This commit is contained in:
parent
1788e0c0fb
commit
d42362eacc
|
@ -18,6 +18,7 @@ module Travis::API::V3
|
|||
puts "bad things happened"
|
||||
puts e.inspect
|
||||
puts Raven.capture_exception(e, tags: { 'cron_id' => @cron.try(:id) })
|
||||
sleep(10)
|
||||
end
|
||||
|
||||
def start(cron)
|
||||
|
|
Loading…
Reference in New Issue
Block a user