Altinn / altinn-events

Altinn platform microservice for handling events
MIT License
1 stars 2 forks source link

Change altinn-env-events-fa functions to target dotnet 8 #478

Open SandGrainOne opened 4 months ago

SandGrainOne commented 4 months ago

Description

We need to upgrade events function to target dotnet v8.0. This is important as some of the dependencies being updated leads to version conflicts.

An other important change is to have the functions run in isolated mode.

Tasks

Acceptance Criterias

acn-sbuad commented 4 months ago

Seems there still isn't support for cusom queue processor logic in Isolated workers ref https://github.com/Azure/azure-functions-dotnet-worker/issues/382. We cannot upgrade to isolated function until we get this support or a workaround. And as .net 8 is dependent on an isolated worker, this upgrade is blocked too.