Merge branch 'user-refresh-oban-tests' into 'develop'

ReceiverWorker: tests, improvements

See merge request pleroma/pleroma!4241
This commit is contained in:
feld 2024-08-28 23:24:33 +00:00
commit 7910b235c7
6 changed files with 254 additions and 317 deletions

View file

@ -0,0 +1 @@
ReceiverWorker will cancel processing jobs instead of retrying if the user cannot be fetched due to 403, 404, or 410 errors or if the account is disabled locally.