You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/workers/activitypub
ThibG a0de3222dd Retry delivering toots over ActivityPub for about 2 days (#6298)
Currently, Mastodon will retry delivering toots for a bit over 1 hour.
This is a very short timespan when considering private and direct toots, which
cannot be seen by the recipient at all after the delivery attempts have failed.

Ideally, private and direct toots should have a different number of retries,
but I do not know how to do that.
7 years ago
..
delivery_worker.rb Retry delivering toots over ActivityPub for about 2 days (#6298) 7 years ago
distribution_worker.rb Add handling of Linked Data Signatures in payloads (#4687) 7 years ago
post_upgrade_worker.rb ActivityPub migration procedure (#4617) 7 years ago
processing_worker.rb Set snowflake IDs for backdated statuses (#5260) 7 years ago
raw_distribution_worker.rb Fix too many forwards (#5854) 7 years ago
reply_distribution_worker.rb Fix an error in ReplyDistributionWorker when replied status was deleted (#4974) 7 years ago
update_distribution_worker.rb ActivityPub delivery (#4566) 8 years ago