Skip to content

Timeouts #58

Closed
Closed
@hatton

Description

@hatton

Despite 8a4383a which I hoped would deal with this, we still sometimes get

  Reading & converting page /Release-Notes/Older Release Notes (/older-release-notes)
  @notionhq/client warn: request fail {
    code: 'service_unavailable',
    message: 'Request timed out waiting to connect to a database. Please try again later.'
  }
  /home/runner/work/bloom-docs/bloom-docs/node_modules/@notionhq/client/src/errors.ts:240
      return new APIResponseError({
             ^
  APIResponseError: Request timed out waiting to connect to a database. Please try again later.
      at buildRequestError (/home/runner/work/bloom-docs/bloom-docs/node_modules/@notionhq/client/src/errors.ts:240:12)
      at Client.request (/home/runner/work/bloom-docs/bloom-docs/node_modules/@notionhq/client/src/Client.ts:188:32)
      at processTicksAndRejections (node:internal/process/task_queues:95:5) {
    code: 'service_unavailable',
    status: 503,
    headers: Headers {
      [Symbol(map)]: [Object: null prototype] {
        date: [Array],
        'content-type': [Array],
        'content-length': [Array],
        connection: [Array],
        'x-powered-by': [Array],
        etag: [Array],
        vary: [Array],
        'cf-cache-status': [Array],
        'set-cookie': [Array],
        server: [Array],
        'cf-ray': [Array]
      }
    },
    body: '{"object":"error","status":503,"code":"service_unavailable","message":"Request timed out waiting to connect to a database. Please try again later."}'
  }
  error Command failed with exit code 1.
  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions