From 6ca063cf3dbf6fe611ae4dd90952574c82c8fcfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Tue, 2 Aug 2016 21:26:04 -0400 Subject: [PATCH] adding an error to see if I get it from Sentry --- lib/travis/api/v3/queries/crons.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/travis/api/v3/queries/crons.rb b/lib/travis/api/v3/queries/crons.rb index b5daefdd..dfa730a5 100644 --- a/lib/travis/api/v3/queries/crons.rb +++ b/lib/travis/api/v3/queries/crons.rb @@ -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