Class: TasksHealthcheckController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tasks_healthcheck_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
7
8
9
# File 'app/controllers/tasks_healthcheck_controller.rb', line 4

def index
  render json: {
    status: status,
    failed_tasks_count: failed_tasks_count
  }
end