Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
7 tasks
SandGrainOne opened this issue Feb 19, 2024 · 4 comments
Open
7 tasks

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

SandGrainOne opened this issue Feb 19, 2024 · 4 comments
Labels
kind/chore Non functional, often repeating tasks. status/blocked pending the completion of some other task/PoC/issue

Comments

@SandGrainOne
Copy link
Member

SandGrainOne commented Feb 19, 2024

Description

We need to upgrade events function to target dotnet v9.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

  • Update terraform scripts to enable dotnet 9 for the events functions
  • Deploy the tf changes
  • Change target framework for the Events functions project. Fix conflicts as they appear.
  • Ensure that the functions are running in isolated mode.
  • Update terraform scripts to ensure the function run in isolated mode. (If needed).
  • Plan a controlled redeploy if necessary to avoid downtime.

Acceptance Criterias

  • All functions are triggered correctly and run without issues in isolated mode.
@SandGrainOne SandGrainOne changed the title Change altinn-*-events-fa functions to target dotnet 8 Change altinn-env-events-fa functions to target dotnet 8 Feb 19, 2024
@simon-ellefsen simon-ellefsen self-assigned this Feb 26, 2024
@acn-sbuad
Copy link
Contributor

Seems there still isn't support for cusom queue processor logic in Isolated workers ref Azure/azure-functions-dotnet-worker#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.

@olebhansen
Copy link

Seems .net 8 now is supported in-process: Azure/azure-functions-host#9951

@olebhansen olebhansen removed the status/blocked pending the completion of some other task/PoC/issue label Sep 16, 2024
@cyptus
Copy link

cyptus commented Sep 23, 2024

nice but still we need a way to take control the queue parameters on function level to upgrade to isolated workers.

@olebhansen olebhansen changed the title Change altinn-env-events-fa functions to target dotnet 8 Change altinn-env-events-fa functions to target dotnet 9 Jan 20, 2025
@olebhansen
Copy link

Do assesment if this is needed to retain support short term, or if we can refactor onto a service-bus implementation.

@olebhansen olebhansen added the status/blocked pending the completion of some other task/PoC/issue label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/chore Non functional, often repeating tasks. status/blocked pending the completion of some other task/PoC/issue
Projects
None yet
Development

No branches or pull requests

5 participants