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

Router - Allow disabling InitOnly requests #141

Open
huntharo opened this issue Apr 3, 2024 · 0 comments
Open

Router - Allow disabling InitOnly requests #141

huntharo opened this issue Apr 3, 2024 · 0 comments
Labels
area-router Router portion of the app

Comments

@huntharo
Copy link
Contributor

huntharo commented Apr 3, 2024

Motivations

  • The InitOnly requests can end up tying up available capacity that then causes new instances to start when they are not actually needed
  • Apps that are very expensive to start (e.g. 12 seconds) will see bigger cost increases from InitOnly requests
  • It will be useful to test with InitOnly requests turned off
@huntharo huntharo added the area-router Router portion of the app label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-router Router portion of the app
Projects
None yet
Development

No branches or pull requests

1 participant