Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

[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
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 the 1.0.0 milestone Jul 11, 2020
@jeroenptrs jeroenptrs modified the milestones: 1.0.0, 1.1.0 Jul 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant