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:
Renée Hendricksen 2016-08-02 22:49:02 -04:00
parent 1788e0c0fb
commit d42362eacc

View File

@ -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)