akkoma/lib/pleroma/workers
Oneric 258841c310 federation/in: space out receiver retries more
The most common permanent receiver error arises for likes/boosts
when we don’t yet know the rlevant object and can't fetch it
due to the remote being overwhelmed or otherwise down.

Before this changes all retries were rather rapid
thus not giving the remote enough time to recover
and usually all failing. Now the remote has about 20
minutes to recover before we give up.

Transient errors from race conditions and (presumably)
weird database-cache interactions also occur regularly.
However, they resolve within the first one or two retries
and those intial retries still happen relatively quickly.
2025-05-18 14:24:09 +02: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 elixir 1.18 formatting 2025-03-02 11:54:00 +00:00
mute_expire_worker.ex elixir 1.18 formatting 2025-03-02 11:54:00 +00: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 Merge pull request 'federation/out: tweak publish retry backoff' (#884) from Oneric/akkoma:publish_backoff into develop 2025-05-09 20:12:56 +00: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 federation/in: space out receiver retries more 2025-05-18 14:24:09 +02:00
remote_fetcher_worker.ex Use apropriate cancellation type for oban jobs 2025-04-15 19:40:26 +02: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 federation/out: tweak publish retry backoff 2025-03-17 19:37:54 +01:00