@@ -197,18 +197,19 @@ The HMAC key is wrong.
197197
198198### "Socket file not created" timeout
199199
200- _ Applies to connector version 3.0.7 and later (socket data-channel mode)._
201-
202- If your sync fails with an error containing ` Socket file ... not created after 900000 ms ` :
203-
204- - This indicates the Airbyte platform sidecar did not create the inter-process communication
205- channel in time. The connector itself is not at fault.
206- - ** Self-hosted deployments:** Verify the platform version supports socket-mode destinations.
207- Check worker pod logs for sidecar startup failures or OOM events.
208- - ** Running multiple connections to the same destination simultaneously** can cause resource
209- contention. Try staggering connection schedules.
210- - If the error persists, contact [ Airbyte Support] ( https://support.airbyte.com ) with the full
211- destination logs.
200+ If your sync fails with an error containing ` Socket file ... not created after 900000 ms ` ,
201+ the Airbyte platform was unable to set up an internal data channel before the connector
202+ timed out. This is not caused by your BigQuery configuration or credentials.
203+
204+ - ** Retry the sync.** The issue is often caused by temporary resource pressure and resolves
205+ on the next attempt.
206+ - ** Stagger concurrent syncs.** Running many connections to the same destination at the same
207+ time increases the chance of this error. Spacing out sync schedules can help.
208+ - ** Airbyte Cloud:** If the error persists after retrying, contact
209+ [ Airbyte Support] ( https://support.airbyte.com ) with the connection ID and job ID.
210+ - ** Self-hosted (OSS / Enterprise):** Make sure your Airbyte platform is up to date. Check
211+ the worker or pod logs for out-of-memory events or container restarts around the time of
212+ the failure.
212213
213214### HTTP 400 "Request had invalid euc header" during upload
214215
0 commit comments