Процессы

Процесс
Планировщики
Cron включен
Начал
Обновлено
$ puma: cluster worker 1: 2 [demo]
PID 36 @ a8fe66fd-3bbd-49fa-a058-443941078728
GoodJob::Scheduler(queues=* max_threads=2)
GoodJob::Scheduler(queues=* max_threads=2)
Да
{
  "pid": 36,
  "hostname": "a8fe66fd-3bbd-49fa-a058-443941078728",
  "proctitle": "puma: cluster worker 1: 2 [demo]",
  "schedulers": [
    {
      "name": "GoodJob::Scheduler(queues=* max_threads=2)",
      "queues": "*",
      "max_cache": 10000,
      "max_threads": 2,
      "active_cache": 0,
      "execution_at": null,
      "active_threads": -2,
      "check_queue_at": "2024-11-21T01:35:17.014Z",
      "available_cache": 10000,
      "available_threads": 4,
      "empty_executions_count": 3,
      "total_executions_count": 0,
      "errored_executions_count": 0,
      "succeeded_executions_count": 0
    },
    {
      "name": "GoodJob::Scheduler(queues=* max_threads=2)",
      "queues": "*",
      "max_cache": 10000,
      "max_threads": 2,
      "active_cache": 374,
      "execution_at": "2024-11-21T09:08:23.028Z",
      "active_threads": 1,
      "check_queue_at": "2024-11-21T09:08:24.025Z",
      "available_cache": 9626,
      "available_threads": 1,
      "empty_executions_count": 82911,
      "total_executions_count": 40243,
      "errored_executions_count": 26695,
      "succeeded_executions_count": 13548
    }
  ],
  "cron_enabled": true,
  "preserve_job_records": true,
  "database_connection_pool": {
    "size": 2,
    "active": 0
  },
  "retry_on_unhandled_error": false,
  "total_errored_executions_count": 26695,
  "total_succeeded_executions_count": 13548
}
$ puma: cluster worker 0: 2 [demo]
PID 32 @ a8fe66fd-3bbd-49fa-a058-443941078728
GoodJob::Scheduler(queues=* max_threads=2)
GoodJob::Scheduler(queues=* max_threads=2)
Да
{
  "pid": 32,
  "hostname": "a8fe66fd-3bbd-49fa-a058-443941078728",
  "proctitle": "puma: cluster worker 0: 2 [demo]",
  "schedulers": [
    {
      "name": "GoodJob::Scheduler(queues=* max_threads=2)",
      "queues": "*",
      "max_cache": 10000,
      "max_threads": 2,
      "active_cache": 0,
      "execution_at": null,
      "active_threads": -2,
      "check_queue_at": "2024-11-21T01:35:17.014Z",
      "available_cache": 10000,
      "available_threads": 4,
      "empty_executions_count": 3,
      "total_executions_count": 0,
      "errored_executions_count": 0,
      "succeeded_executions_count": 0
    },
    {
      "name": "GoodJob::Scheduler(queues=* max_threads=2)",
      "queues": "*",
      "max_cache": 10000,
      "max_threads": 2,
      "active_cache": 368,
      "execution_at": "2024-11-21T09:08:20.117Z",
      "active_threads": 1,
      "check_queue_at": "2024-11-21T09:08:20.129Z",
      "available_cache": 9632,
      "available_threads": 1,
      "empty_executions_count": 84553,
      "total_executions_count": 41014,
      "errored_executions_count": 27288,
      "succeeded_executions_count": 13726
    }
  ],
  "cron_enabled": true,
  "preserve_job_records": true,
  "database_connection_pool": {
    "size": 2,
    "active": 0
  },
  "retry_on_unhandled_error": false,
  "total_errored_executions_count": 27288,
  "total_succeeded_executions_count": 13726
}