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

Different levels of concurrency for post and get routes. #148

Open
Dalchrome opened this issue Feb 7, 2024 · 0 comments
Open

Different levels of concurrency for post and get routes. #148

Dalchrome opened this issue Feb 7, 2024 · 0 comments

Comments

@Dalchrome
Copy link

I am setting up an app that needs different levels of concurrency, at least I think that is the solution. The main .route is a process intensive POST request that can take some time needs to be uninterrupted and ideally queued, the others provide update status and documentation which do not affect the running and are very useful. I found that sending a POST request before the previous was complete crashed the system. I don't want to close the port while the task is running, and I'm not sure that will work anyway and it will look like the server has become unresponsive either . Is there any in built solution I have missed, or workarounds I can try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant