27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"workers": [
|
|
"http://127.0.0.1:28187",
|
|
"http://127.0.0.1:28188"
|
|
],
|
|
"shared_password": "REPLACE_ME_ROTATE_PERIODICALLY",
|
|
"public_base_url": "https://hair.xiangsilian.com",
|
|
"static_dir": "static/annotations",
|
|
"health_check": {
|
|
"path": "/health",
|
|
"interval_seconds": 8,
|
|
"timeout_seconds": 3,
|
|
"unhealthy_threshold": 2,
|
|
"healthy_threshold": 1
|
|
},
|
|
"ark_api_key": "",
|
|
"dispatch": {
|
|
"per_worker_concurrency": 1,
|
|
"max_global_concurrency": 1,
|
|
"max_queue_wait_seconds": 590,
|
|
"queue_wait_seconds": 30,
|
|
"request_timeout_seconds": 600,
|
|
"retry_on_failure": true,
|
|
"max_retries": 1
|
|
}
|
|
}
|