Azure Workerrole lifecycle -
Azure Workerrole lifecycle -
is windows azure operating scheme restarting or reseting running worker role automatically time time? or can rely on fact worker role running infinitely if have loop in run() method?
role instances (whether worker or web) recycled @ to the lowest degree 1 time monthly, invitee os updated on monthly basis. host os refreshed on quarterly basis, potentially resulting in additional role recycles (assuming host , invitee updates performed separately).
having said that: can take not auto-updated latest invitee os, specifying invitee os version use. cannot opt out of host os updates.
in general, should not rely on role instance running infinitely. need assume there reboots in future. aside host os updates, there hardware failures can , occur.
see here more info invitee os updates, , here host os updates.
azure azure-worker-roles
Comments
Post a Comment