lib/worker_glass/timeout.rb in worker-glass-0.2.2 vs lib/worker_glass/timeout.rb in worker-glass-0.2.3

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module WorkerGlass # This module provides additional timeout functionality for background processing engine # @example Example usage with Sidekiq - will fail with timeout error after 10 seconds # class Worker # include Sidekiq::Worker