Exception: ActiveJob::QueueAdapters::ActiveElasticJobAdapter::DelayTooLong
- Inherits:
-
RangeError
- Object
- RangeError
- ActiveJob::QueueAdapters::ActiveElasticJobAdapter::DelayTooLong
- Defined in:
- lib/active_job/queue_adapters/active_elastic_job_adapter.rb
Overview
Raised when the delay is longer than the MAX_DELAY_IN_MINUTES
Instance Method Summary collapse
-
#initialize ⇒ DelayTooLong
constructor
A new instance of DelayTooLong.
Constructor Details
#initialize ⇒ DelayTooLong
Returns a new instance of DelayTooLong.
81 82 83 84 85 86 87 88 |
# File 'lib/active_job/queue_adapters/active_elastic_job_adapter.rb', line 81 def initialize() super(" Jobs cannot be scheduled more than \#{MAX_DELAY_IN_MINUTES} minutes\n into the future.\n See http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html\n for further details!\n MSG\nend\n") |