Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to Fetch Data from GSC API if it POST requests take more than 30 seconds due to Heroku Timeout Limitation #1

Open
TheMihirNaik opened this issue Jun 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@TheMihirNaik
Copy link
Owner

When I built this web app, I was testing it in local, and it didn't occur to me then that HTMX sending POST request to Flask Route would be subjected to 30 seconds timeout limitation from heroku.

After I released it production, some users started to see this issue. It's a known issue and I will work on it but so far I'vent been able to find a solution.

I'm aware that this is a very critical solve because a lot of websites would need more than 30 seconds to load the fetch the data on server.

@TheMihirNaik TheMihirNaik added the bug Something isn't working label Jun 24, 2024
@TheMihirNaik TheMihirNaik self-assigned this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant