class CrystalTask::Middleware::RetryMiddleware
- CrystalTask::Middleware::RetryMiddleware
- CrystalTask::Middleware::Entry
- CrystalTask::Middleware::Base
- Reference
- Object
Defined in:
crystal_task/middleware/retry_middleware.crInstance Method Summary
-
#call(job : CrystalTask::Job, &block : -> Bool) : Bool
Caputre any exceptions from the job and either push to the retries queue or the dead queue.
Instance methods inherited from class CrystalTask::Middleware::Base
call(job : CrystalTask::Job, &block : -> Bool) : Bool
call,
logger : Logger
logger
Instance Method Detail
def call(job : CrystalTask::Job, &block : -> Bool) : Bool
#
Caputre any exceptions from the job and either push to the retries queue or the dead queue.