Exception: Repositories::HousekeepingService::LeaseTaken

Inherits:
StandardError
  • Object
show all
Defined in:
app/services/repositories/housekeeping_service.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



16
17
18
# File 'app/services/repositories/housekeeping_service.rb', line 16

def to_s
  "Somebody already triggered housekeeping for this resource in the past #{LEASE_TIMEOUT / 60} minutes"
end