I get "Failed to Fetch" and my queries time out

Created by Steve Place, Modified on Wed, Jan 24 at 6:38 PM by Steve Place

This is often caused by a load balancer disconnecting from your Stardog server (1 minute is a common timeout threshold). Go to the Databases tab and see if the query is still running. If so, load balancer timeout is likely the cause. 


If you're using ingress-nginx as your ingress controller, you can edit the timeout with annotations like so:

metadata:
  annotations:
    nginx.ingress.kubernetes.io/proxy-connect-timeout: "10800"
    nginx.ingress.kubernetes.io/proxy-send-timeout: "10800"
    nginx.ingress.kubernetes.io/proxy-read-timeout: "10800"

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article