1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/workers/activitypub
ThibG 9efcca3c54 Retry ActivityPub inbox delivery on HTTP 401 and 408 errors ()
HTTP 401 responses returned by Mastodon's inbox controller may
be temporary if, for instance, the requesting user's actor/key json
could not be retrieved in a timely fashion. This changes allow retries
instead of dropping the message entirely.

Also added HTTP 408 as that error is by nature temporary.
2019-05-23 15:00:30 +02:00
..
delivery_worker.rb Retry ActivityPub inbox delivery on HTTP 401 and 408 errors () 2019-05-23 15:00:30 +02:00
distribute_poll_update_worker.rb Rename :poll to :preloadable_poll and :owned_poll to :poll on Status () 2019-03-28 04:44:59 +01:00
distribution_worker.rb
fetch_replies_worker.rb Do not error out on unsalvageable errors in FetchRepliesService () 2019-03-05 15:21:14 +01:00
low_priority_delivery_worker.rb Move sending account Delete to anyone but the account's followers to the pull̀ queue () 2019-02-12 05:10:43 +01:00
post_upgrade_worker.rb
processing_worker.rb Do not retry processing ActivityPub jobs raising validation errors () 2019-05-03 23:45:37 +02:00
raw_distribution_worker.rb
reply_distribution_worker.rb
synchronize_featured_collection_worker.rb
update_distribution_worker.rb