Skip to content

Turn on "AlwaysOn" AppService option#1296

Merged
colinschoen merged 1 commit intookpy:masterfrom
c-w:bug/c-w/azure-paas-worker-lifecycle
Jun 26, 2018
Merged

Turn on "AlwaysOn" AppService option#1296
colinschoen merged 1 commit intookpy:masterfrom
c-w:bug/c-w/azure-paas-worker-lifecycle

Conversation

@c-w
Copy link
Contributor

@c-w c-w commented Jun 26, 2018

By default, AppService will unload applications when there's no load to save money and reload them when there's traffic. This works reasonably well for websites but not for background workers which get triggered not by HTTP requests but by external code-specific triggers such as a Redis queue notification.

More information: https://docs.microsoft.com/en-us/azure/app-service/web-sites-configure

By default, AppService will unload applications when there's no load to
save money and reload them when there's traffic. This works reasonably
well for websites but not for background workers which get triggered not
by HTTP requests but by external code-specific triggers such as a Redis
queue notification.

More information: https://docs.microsoft.com/en-us/azure/app-service/web-sites-configure
Copy link
Member

@colinschoen colinschoen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@colinschoen colinschoen merged commit f93f62a into okpy:master Jun 26, 2018
@c-w c-w deleted the bug/c-w/azure-paas-worker-lifecycle branch June 27, 2018 00:10
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

Successfully merging this pull request may close these issues.

2 participants

Comments