Skip to content

ignore 503 errors with activation db agent #44

@alexkli

Description

@alexkli
Unexpected error while polling agent for activation:
OpenWhiskError: GET https://adobeioruntime.net/api/v1/namespaces/aklimets/activations?name=worker-zip_wskdebug_invoked&limit=1&docs=true&since=1586814798875 Returned HTTP 503 (Service Unavailable) --> "Response Missing Error Message."
    at Client.handleErrors (/Users/alex/Work/code/nui/openwhisk-wskdebug/node_modules/openwhisk/lib/client.js:224:11)
    at /Users/alex/Work/code/nui/openwhisk-wskdebug/node_modules/openwhisk/lib/client.js:155:58
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async AgentMgr.waitForActivations (/Users/alex/Work/code/nui/openwhisk-wskdebug/src/agentmgr.js:293:45)
    at async Debugger._run (/Users/alex/Work/code/nui/openwhisk-wskdebug/src/debugger.js:149:40)
    at async wskdebug (/Users/alex/Work/code/nui/openwhisk-wskdebug/index.js:314:13) {
  name: 'OpenWhiskError',
  message: 'GET https://adobeioruntime.net/api/v1/namespaces/aklimets/activations?name=worker-zip_wskdebug_invoked&limit=1&docs=true&since=1586814798875 Returned HTTP 503 (Service Unavailable) --> "Response Missing Error Message."',
  error: 'The server was not able to produce a timely response to your request.\r\n' +
    'Please try again in a short while!',
  statusCode: 503
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions