class Concurrent::TimerTask

def timeout_interval

Returns:
  • (Fixnum) - Number of seconds the task can run before it is
def timeout_interval
  warn 'TimerTask timeouts are now ignored as these were not able to be implemented correctly'
end