Skip to content

Function start is blocked during auto-upgrading managed dependencies #248

@AnatoliB

Description

@AnatoliB

If a function execution request comes while managed dependencies are being auto-upgraded (for example, because a new module version has been published on the PowerShell gallery), the function will not start until the upgrade is complete. However, the upgrade can take long time. Since the upgrade has not been explicitly initiated by the user, so the delay looks unnecessary and unexpected to the user.

Instead of making the function wait, let it run with the currently installed module versions. Completing #247 will help.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions