You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
I'm having issues with fetchList query giving h12 Request Timeout error on Heroku.
My query is Model.fetchList({ sort: '-createdAt', limit: 500}, { decrypt: false });
To work around the issue, I set the limit : 100, but the query still takes around 20-25seconds to load which is pretty slow. The app is https://dcasso.app/, which you click on it, it takes a while to finish loading on home page.
We thought it was Heroku issue but we contacted them and they said it's because of the query code. We even paid for Heroku to hope the issue will be solved but it did not. Let me know if you face the same issue and how to fix. Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
I'm having issues with
fetchList
query giving h12Request Timeout
error on Heroku.My query is
Model.fetchList({ sort: '-createdAt', limit: 500}, { decrypt: false });
To work around the issue, I set the
limit : 100
, but the query still takes around 20-25seconds to load which is pretty slow. The app is https://dcasso.app/, which you click on it, it takes a while to finish loading on home page.We thought it was Heroku issue but we contacted them and they said it's because of the query code. We even paid for Heroku to hope the issue will be solved but it did not. Let me know if you face the same issue and how to fix. Thank you.
The text was updated successfully, but these errors were encountered: