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

[Execution] registerScriptHandler needs to be more naïve #20

Open
3 tasks
jeroenptrs opened this issue Jul 11, 2020 · 0 comments
Open
3 tasks

[Execution] registerScriptHandler needs to be more naïve #20

jeroenptrs opened this issue Jul 11, 2020 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@jeroenptrs
Copy link
Collaborator

jeroenptrs commented Jul 11, 2020

Pretty sure this will scale better once moving to a swarm or load balanced instances.

  • check incoming request that's not api/static and check if it's a registered script
  • if not, decline request or pass through (on static files you want to pass through)
  • if it is, enter scriptHandler
@jeroenptrs jeroenptrs added the enhancement New feature or request label Jul 11, 2020
@jeroenptrs jeroenptrs added this to To do in 1.0.0 Jul 11, 2020
@jeroenptrs jeroenptrs added this to the 1.0.0 milestone Jul 11, 2020
@jeroenptrs jeroenptrs modified the milestones: 1.0.0, 1.1.0 Jul 24, 2020
@jeroenptrs jeroenptrs added this to To do in 1.1.0 Jul 24, 2020
@jeroenptrs jeroenptrs removed this from To do in 1.0.0 Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1.1.0
  
To do
Development

No branches or pull requests

1 participant