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

Investigate the impact of endpoint startup time on Functions that are executed infrequently #100

Open
lailabougria opened this issue Jan 25, 2022 · 0 comments

Comments

@lailabougria
Copy link

There are cases in which a system has functions that are executed infrequently. We'd like to investigate the impact endpoint startup time may have on these cases.

A possible avenue is to investigate is to spike whether some of the work that's currently performed during startup (e.g. assembly scanning for message and handler types, composing receive pipeline) could be done at compile-time instead to reduce cold-start times.

There is a workaround as Azure Functions has a premium offering that allows, at a cost, to keep functions alive.

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