Increasing Nginx timeout to avoid 504 error for stream discovery

Summary

how to increase Nginx timeout to prevent 504 error during stream discovery


Question

Hello <#C021JANJ6TY|>,

I hope you are well.
Anyone know how to increase Nginx timeout to avoid 504 error when streams are discovered ( ex: S3, SFTP Bulk, …).

I’m using an abctl deployment

Thanks in advance for your reply



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["nginx-timeout", "504-error", "stream-discovery", "abctl-deployment"]

here’s how to apply annotations for abctl deployment
https://airbytehq.slack.com/archives/C021JANJ6TY/p1726763091482779?thread_ts=1726756277.348269&amp;cid=C021JANJ6TY

and you probably need those two:

<http://nginx.ingress.kubernetes.io/proxy-read-timeout|nginx.ingress.kubernetes.io/proxy-read-timeout>: "1800"```

Thank you very much, it worked