We are receiving the following errors across 1000's of executions
WARN ApifyClient: API request failed 4 times. Max attempts: 9.
Cause:ApifyApiError: Unexpected error: "<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n"
clientMethod: KeyValueStoreClient.get
statusCode: 503
type: undefined
attempt: 4
httpMethod: get
path: /v2/key-value-stores/DWNfzdawBTwRFGVYS
stack:
at makeRequest (/home/myuser/node_modules/apify-client/dist/http_client.js:184:30)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async KeyValueStoreClient._get (/home/myuser/node_modules/apify-client/dist/base/resource_client.js:25:30)
at async StorageManager._getOrCreateStorage (/home/myuser/node_modules/@crawlee/core/storages/storage_manager.js:106:33)
at async StorageManager.openStorage (/home/myuser/node_modules/@crawlee/core/storages/storage_manager.js:81:35)
at async Actor.getValue (/home/myuser/node_modules/apify/actor.js:584:23)
at async Actor.getInput (/home/myuser/node_modules/apify/actor.js:656:23)
at async /home/myuser/main.js:11:19
at async /home/myuser/node_modules/apify/actor.js:153:23
There is no mention of an outage of request queues on
https://status.apify.com/ what is the issue?