Skip to content

Increase request timeout to avoid failed to add job: job already created errors#266

Merged
goccy merged 1 commit into
goccy:mainfrom
Recidiviz:dan/write-timeout
Mar 14, 2024
Merged

Increase request timeout to avoid failed to add job: job already created errors#266
goccy merged 1 commit into
goccy:mainfrom
Recidiviz:dan/write-timeout

Conversation

@ohaibbq

@ohaibbq ohaibbq commented Feb 2, 2024

Copy link
Copy Markdown
Contributor

In our use of the emulator we've encountered complex queries that take longer than 15 seconds to execute. The HTTP server's current configuration will close the connection after a 15 second timeout.

This causes the Python client to retry the request, using the same job id, resulting in the error as noted in #213

Closes #213

@goccy

goccy commented Mar 14, 2024

Copy link
Copy Markdown
Owner

Thank you for your contribution ! LGTM 👍

@goccy goccy merged commit 3f8779e into goccy:main Mar 14, 2024
iolalla pushed a commit to iolalla/bigquery-emulator that referenced this pull request Aug 16, 2025
Increase request timeout to avoid `failed to add job: job already created` errors
@ohaibbq ohaibbq deleted the dan/write-timeout branch November 19, 2025 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed to add job due to "already created"

2 participants