Examples for Kronos Provider Settings

From ProviderSettings.yaml (kronos/ProviderSettings.schema)

---
{}
---
retry_strategy:
  max_retries: 3
  retry_backoff_max: 300
---
execution:
  delete_if_no_next_execution: true
  fail_if_queued_too_long: 300
  warn_if_queued_too_long: 30
  warn_if_execute_too_long: 30
  report_incident_if_failed: true
---
execution:
  max_concurrent_executions: 2
---
anydesk:
  license_id: "1234567890"
  api_key: ABC123
  heartbeat_key: ford-garage-anydesk-healthcheck-staging
  client_ids:
    - "123467890"
---
execution:
  default_queue: short
  time_limit: 30


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]