Class: Flightdeck::Jobs::RetriesController

Inherits:
ActionsController show all
Defined in:
app/controllers/flightdeck/jobs/retries_controller.rb

Overview

Retrying is Solid Queue's own FailedExecution#retry: it resets the job's execution counters, re-dispatches it and deletes the failure row, all under a lock. Flightdeck never reimplements any of that.

Constant Summary

Constants inherited from ApplicationController

ApplicationController::UNCONFIGURED_MESSAGE

Method Summary

Methods inherited from ActionsController

#create

Methods inherited from ApplicationController

host_authenticated?