Skip to content

packages/django-dramatiq-postgres: remove tenacity and enqueue retries#21579

Open
rissson wants to merge 1 commit intomainfrom
dramatiq-remove-retry
Open

packages/django-dramatiq-postgres: remove tenacity and enqueue retries#21579
rissson wants to merge 1 commit intomainfrom
dramatiq-remove-retry

Conversation

@rissson
Copy link
Copy Markdown
Member

@rissson rissson commented Apr 13, 2026

Details

this doesn't seem that useful


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema and clients have been updated (make gen)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Apr 13, 2026
@rissson rissson requested a review from a team as a code owner April 13, 2026 15:46
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 1e42c27
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69dd0fd987ab8500074fb4e8
😎 Deploy Preview https://deploy-preview-21579--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
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.22%. Comparing base (5623686) to head (1e42c27).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21579      +/-   ##
==========================================
- Coverage   92.26%   92.22%   -0.05%     
==========================================
  Files        1032     1032              
  Lines       59658    59658              
  Branches     2537     2537              
==========================================
- Hits        55046    55022      -24     
- Misses       4547     4571      +24     
  Partials       65       65              
Flag Coverage Δ
conformance 37.03% <ø> (+<0.01%) ⬆️
e2e 42.95% <ø> (+<0.01%) ⬆️
integration 33.91% <ø> (-0.05%) ⬇️
rust 60.50% <ø> (ø)
unit 91.89% <ø> (+<0.01%) ⬆️
unit-migrate 91.99% <ø> (+<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
Copy Markdown
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-1e42c27ed58041ebee3a8fca07e57c77960e2451
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-1e42c27ed58041ebee3a8fca07e57c77960e2451

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

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

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant