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

Hang request ? #57

Open
maxime1992 opened this issue Mar 24, 2024 · 1 comment
Open

Hang request ? #57

maxime1992 opened this issue Mar 24, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@maxime1992
Copy link

Hello,

I'm currently looking for all my options before trying to implement one.

I'd like to start using yours but there's one question remaining: is it able to hang requests instead of serving a loading page ?

Something similar to https://acouvreur.github.io/sablier/#/strategies?id=blocking-strategy

I'm asking this because I access some of my apps through Android apps so serving an html page while loading wouldn't help. Is that working automatically somehow ? Is it configurable ?

Thanks a lot for the project it looks great !

@ItsEcholot ItsEcholot added enhancement New feature or request help wanted Extra attention is needed labels Mar 27, 2024
@ItsEcholot
Copy link
Owner

Sadly delaying responses isn't supported currently, I'm pretty sure it wouldn't be that hard to implement actually and a good idea.
The only problem one would have to consider is that if there is a docker container which takes a long time to become ready, the client (or even another reverse proxy in front of ContainerNursery) could run into timeouts.

Anyways, I sadly currently don't have the bandwidth for this issue. But I would accept a PR for this if anyone wants to give it a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants