Skip to content

packages/django-dramatiq-postgres: use fork#20606

Merged
BeryJu merged 1 commit intomainfrom
packages/dramatiq-postgres
Feb 26, 2026
Merged

packages/django-dramatiq-postgres: use fork#20606
BeryJu merged 1 commit intomainfrom
packages/dramatiq-postgres

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 26, 2026

fixes a big memory issue since upgrading to python 3.14

3.14 switches the default (in our case on linux) to forkserver, which seems to bring with it a much higher memory usage

closes #20537

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner February 26, 2026 17:15
@BeryJu BeryJu added area:backend backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 26, 2026
@netlify
Copy link

netlify bot commented Feb 26, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6106e6a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a07f9b8c0011000890e3f2
😎 Deploy Preview https://deploy-preview-20606--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.26%. Comparing base (f1c02de) to head (6106e6a).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20606      +/-   ##
==========================================
- Coverage   93.31%   93.26%   -0.05%     
==========================================
  Files         981      981              
  Lines       55339    55339              
==========================================
- Hits        51637    51613      -24     
- Misses       3702     3726      +24     
Flag Coverage Δ
conformance 37.35% <ø> (+<0.01%) ⬆️
e2e 43.15% <ø> (+<0.01%) ⬆️
integration 22.32% <ø> (-0.05%) ⬇️
unit 91.51% <ø> (+<0.01%) ⬆️
unit-migrate 91.55% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-6106e6a7c1a2d86b0a75d15aca5c010dc97063d9
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-6106e6a7c1a2d86b0a75d15aca5c010dc97063d9

Afterwards, run the upgrade commands from the latest release notes.

@BeryJu BeryJu merged commit 2134429 into main Feb 26, 2026
105 checks passed
@BeryJu BeryJu deleted the packages/dramatiq-postgres branch February 26, 2026 18:57
authentik-automation bot pushed a commit that referenced this pull request Feb 26, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20608

BeryJu added a commit that referenced this pull request Feb 26, 2026
…rsion-2026.2) (#20608)

packages/django-dramatiq-postgres: use fork (#20606)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2026.2 worker memory usage doubled vs 2025.12 (~500Mi → ~1020Mi)

3 participants