When querying the `api/work_queues/[ID]/status` en...
# ask-community
j
When querying the
api/work_queues/[ID]/status
endpoint, is it possible to modify the health_check_policy? Here is a typical response:
Copy code
{
  "healthy": true,
  "late_runs_count": 0,
  "last_polled": "2023-05-09T17:08:54.625892+00:00",
  "health_check_policy": {
    "maximum_late_runs": 0,
    "maximum_seconds_since_last_polled": 60
  }
}