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

Allow users to select regions #93

Open
brittikbasu opened this issue Sep 18, 2021 · 3 comments
Open

Allow users to select regions #93

brittikbasu opened this issue Sep 18, 2021 · 3 comments

Comments

@brittikbasu
Copy link

I'd love to have a feature where we can select the regions where our code is deployed to.
Deployments may need to interact with external API's that need to be called from a specific geographic region.

@bnoordhuis
Copy link

Can you give an example of such an API or describe your use case in more detail? Contact me at deploy@deno.com if it's confidential.

As expectation management: it'd be a paid feature because of the costs associated with routing incoming connections from one zone to another.

@brittikbasu
Copy link
Author

Thanks for your reply. I've sent you an email with additional details.

@bardouni
Copy link

Hello
one reason you would only want to deploy your code to only some regions is when you don't have distributed database, for example:
a visit to demo.deploy app from eu w'll pick a region from eu, and if the db is only available in us and the app code is doing multiple requests to db, it wll be more slow than if the code was only deployed in us.
I hope this is clear :D

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

3 participants