1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/workers
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
..
activitypub Retry ActivityPub inbox delivery on HTTP 401 and 408 errors () 2019-05-23 15:00:30 +02:00
admin
concerns Improved remote thread fetching () 2019-02-28 15:22:21 +01:00
import Export and import show_reblogs together with following list () 2019-04-08 07:28:27 +02:00
maintenance
pubsubhubbub
scheduler
web
after_account_domain_block_worker.rb
after_remote_follow_request_worker.rb
after_remote_follow_worker.rb
authorize_follow_worker.rb
backup_worker.rb
block_worker.rb
bootstrap_timeline_worker.rb
digest_mailer_worker.rb
distribution_worker.rb Avoid race condition when streaming deleted statuses () 2019-03-16 20:18:47 +01:00
domain_block_worker.rb
feed_insert_worker.rb
fetch_reply_worker.rb Improved remote thread fetching () 2019-02-28 15:22:21 +01:00
import_worker.rb
link_crawl_worker.rb
local_notification_worker.rb
merge_worker.rb
mute_worker.rb
notification_worker.rb
poll_expiration_notify_worker.rb Fix wrong method used in PollExpirationNotifyWorker () 2019-03-14 14:04:07 +01:00
processing_worker.rb
publish_scheduled_status_worker.rb
push_conversation_worker.rb
push_update_worker.rb
refollow_worker.rb
regeneration_worker.rb
remote_profile_update_worker.rb
removal_worker.rb
resolve_account_worker.rb
salmon_worker.rb
thread_resolve_worker.rb Improved remote thread fetching () 2019-02-28 15:22:21 +01:00
unfavourite_worker.rb
unfollow_follow_worker.rb
unmerge_worker.rb
verify_account_links_worker.rb