akkoma/lib/pleroma/workers
Oneric be2c857845 receiver_worker: don't reattempt invalid documents
Ideally we’d like to split this up more and count most invalid documents
as an error, but silently drop e.g. Deletes for unknown objects.
However, this is hard to extract from the changeset and jobs canceled
with :discard don’t count as exceptions and I’m not aware of a idiomatic
way to cancel further retries while retaining the exception status.

Thus at least keep a log, but since superfluous "Delete"s
seem kinda frequent, don't log at error, only info level.
2025-01-07 20:27:28 +01:00
..
cron Prune old Update activities 2024-02-17 16:57:40 +01:00
attachments_cleanup_worker.ex Delay attachment deletion 2025-01-03 20:49:11 +01:00
background_worker.ex Spin off imports into n oban jobs 2022-11-27 21:45:41 +00:00
backup_worker.ex and i yoink (#275) 2022-11-14 15:07:26 +00:00
mailer_worker.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
mute_expire_worker.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
nodeinfo_fetcher_worker.ex Don't enqueue a plethora of unnecessary NodeInfoFetcher jobs 2025-01-07 20:27:27 +01:00
poll_worker.ex PollWorker defensive checks 2021-07-18 11:10:22 -05:00
publisher_worker.ex Allow for embedding object data in publish 2022-06-25 18:41:26 +01:00
purge_expired_activity.ex and i yoink (#275) 2022-11-14 15:07:26 +00:00
purge_expired_filter.ex and i yoink (#275) 2022-11-14 15:07:26 +00:00
purge_expired_token.ex and i yoink (#275) 2022-11-14 15:07:26 +00:00
receiver_worker.ex receiver_worker: don't reattempt invalid documents 2025-01-07 20:27:28 +01:00
remote_fetcher_worker.ex only consider :op and :id args in duplicate checks 2024-04-19 11:39:27 +01:00
rich_media_expiration_worker.ex RichMedia refactor 2024-06-09 17:33:48 +01:00
scheduled_activity_worker.ex fix for scheduled post with poll 2021-02-01 18:22:26 +03:00
search_indexing_worker.ex Don't create noop SearchIndexingWorker jobs for passive index 2025-01-07 20:27:27 +01:00
web_pusher_worker.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
worker_helper.ex workers: make custom filtering ahead of enqueue possible 2025-01-07 20:27:27 +01:00