module WorkerGlass
Background worker wrappers that provides optional timeout and after failure (reentrancy)
Main wrapper
Constants
- VERSION
Current version of
WorkerGlass
gem
Attributes
logger[W]
Public Class Methods
logger()
click to toggle source
@return [Logger] logger that we want to use
# File lib/worker_glass.rb, line 24 def logger @logger ||= NullLogger.new end