Azure / Azure/azure-functions-powershell-worker

Consider purging before installing function app dependencies in required mode

Open
#652 2 comments 0 reactions 1 assignee Claimed by @Francisco-Gamino View on GitHub
P1
Dominant language
C#
Stars
215
Forks
61
Avg merge
21h 4m
Merged PRs (30d)
6

Description

Currently, the PowerShell worker has two dependency installations modes:
1) Required – this is when there are no dependencies installed for the function app
2) Optional – this takes place when there are dependencies already installed for the app. In this case, the PowerShell worker downloads a new set of dependencies and checks if these dependencies are newer that the ones currently installed. If they are newer, the snapshot gets promoted to the be latest

For (1), purge happens every 7 days (the frequency is determined by this [MDMaxBackgroundUpgradePeriod ](https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settings#mdmaxbackgroundupgradeperiod)app setting)
For (2), purge happens before the worker installs the dependencies as well as in 7 days

We should consider purging for (1) as well.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.