mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-01 07:03:16 +02:00
Save performing errors to DB
This commit is contained in:
@@ -75,7 +75,6 @@ module Crono
|
||||
end
|
||||
|
||||
def start_working_loop
|
||||
Thread.abort_on_exception = true
|
||||
while job = Crono.scheduler.next do
|
||||
sleep(job.next - Time.now)
|
||||
job.perform
|
||||
|
||||
Reference in New Issue
Block a user