Processi

Processo
Schedulers
Cron abilitato
Avviato
Aggiornato
$ puma: cluster worker 0: 2 [demo]
PID 31 @ c6b97dfa-041f-451d-a31b-3888e1e270bc
GoodJob::Scheduler(queues=* max_threads=2)
GoodJob::Scheduler(queues=* max_threads=2)
{
  "id": "80865d2c-6582-4a99-8fa8-a46f972f7eca",
  "pid": 31,
  "hostname": "c6b97dfa-041f-451d-a31b-3888e1e270bc",
  "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": "2024-05-10T03:29:56.663Z",
      "active_threads": 0,
      "check_queue_at": "2024-05-10T03:29:51.650Z",
      "available_cache": 10000,
      "available_threads": 2,
      "empty_executions_count": 0,
      "total_executions_count": 6,
      "errored_executions_count": 2,
      "succeeded_executions_count": 4
    },
    {
      "name": "GoodJob::Scheduler(queues=* max_threads=2)",
      "queues": "*",
      "max_cache": 10000,
      "max_threads": 2,
      "active_cache": 346,
      "execution_at": "2024-05-10T11:26:30.156Z",
      "active_threads": 1,
      "check_queue_at": "2024-05-10T11:26:30.159Z",
      "available_cache": 9654,
      "available_threads": 1,
      "empty_executions_count": 92354,
      "total_executions_count": 42763,
      "errored_executions_count": 28158,
      "succeeded_executions_count": 14605
    }
  ],
  "cron_enabled": true,
  "preserve_job_records": true,
  "total_executions_count": 42769,
  "database_connection_pool": {
    "size": 2,
    "active": 1
  },
  "retry_on_unhandled_error": false,
  "total_empty_executions_count": 92354,
  "total_errored_executions_count": 28160,
  "total_succeeded_executions_count": 14609
}
$ puma: cluster worker 1: 2 [demo]
PID 38 @ c6b97dfa-041f-451d-a31b-3888e1e270bc
GoodJob::Scheduler(queues=* max_threads=2)
GoodJob::Scheduler(queues=* max_threads=2)
{
  "id": "7e449915-08cd-4029-bf7a-e54ea2bbc639",
  "pid": 38,
  "hostname": "c6b97dfa-041f-451d-a31b-3888e1e270bc",
  "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": "2024-05-10T03:29:56.663Z",
      "active_threads": 0,
      "check_queue_at": "2024-05-10T03:29:51.650Z",
      "available_cache": 10000,
      "available_threads": 2,
      "empty_executions_count": 0,
      "total_executions_count": 6,
      "errored_executions_count": 2,
      "succeeded_executions_count": 4
    },
    {
      "name": "GoodJob::Scheduler(queues=* max_threads=2)",
      "queues": "*",
      "max_cache": 10000,
      "max_threads": 2,
      "active_cache": 357,
      "execution_at": "2024-05-10T11:26:30.090Z",
      "active_threads": 2,
      "check_queue_at": "2024-05-10T11:26:30.090Z",
      "available_cache": 9643,
      "available_threads": 0,
      "empty_executions_count": 91920,
      "total_executions_count": 42045,
      "errored_executions_count": 27806,
      "succeeded_executions_count": 14239
    }
  ],
  "cron_enabled": true,
  "preserve_job_records": true,
  "total_executions_count": 42051,
  "database_connection_pool": {
    "size": 2,
    "active": 2
  },
  "retry_on_unhandled_error": false,
  "total_empty_executions_count": 91920,
  "total_errored_executions_count": 27808,
  "total_succeeded_executions_count": 14243
}