Properly register digest_emails queue #925
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#925
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:fix_digest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The queue was not actually registered leading to
jobs getting scheduled each week but never processed
forever lingering in 'available' state.
Fixes omission in:
a4f834a687
Afaict this means digest emails never worked even if enabled since the above-mentioned commit from 6 years ago?
Tested on akko.wtf and it seems to have cleared that stuck job (as reported in #924), thanks!
how the HECK did this even pass the original pleroma PR review
wowee
good spot