You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using App Service with staging slots and webjobs on the App Service to run based on schedule trigger. We noticed that besides the fact that our staging slot is stopped, the webjob on the staging slot still runs. So, I wonder since the app on staging is stopped, should the webjobs stop as well? Definitely, we do not want the webjobs running on staging.
I noticed that this is not happening on Prod, because our staging slot has the Always On setting disabled. But on DEV, the staging slot has the Always On setting on.
Can you please clarify this issue?
Thank you
The text was updated successfully, but these errors were encountered:
Hi there,
we are using App Service with staging slots and webjobs on the App Service to run based on schedule trigger. We noticed that besides the fact that our staging slot is stopped, the webjob on the staging slot still runs. So, I wonder since the app on staging is stopped, should the webjobs stop as well? Definitely, we do not want the webjobs running on staging.
I noticed that this is not happening on Prod, because our staging slot has the Always On setting disabled. But on DEV, the staging slot has the Always On setting on.
Can you please clarify this issue?
Thank you
The text was updated successfully, but these errors were encountered: