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 b85f216cbc Do not retry processing ActivityPub jobs raising validation errors (#10614)
* Do not retry processing ActivityPub jobs raising validation errors

Jobs yielding validation errors most probably won't ever be accepted,
so it makes sense not to clutter the queues with retries.

* Lower RecordInvalid error reporting to debug log level

* Remove trailing whitespace
6 years ago
..
delivery_worker.rb
distribute_poll_update_worker.rb Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 6 years ago
distribution_worker.rb
fetch_replies_worker.rb Do not error out on unsalvageable errors in FetchRepliesService (#10175) 6 years ago
low_priority_delivery_worker.rb
post_upgrade_worker.rb
processing_worker.rb Do not retry processing ActivityPub jobs raising validation errors (#10614) 6 years ago
raw_distribution_worker.rb
reply_distribution_worker.rb
synchronize_featured_collection_worker.rb
update_distribution_worker.rb