about summary refs log tree commit diff
path: root/app/workers/activitypub/delivery_worker.rb
AgeCommit message (Expand)Author
2023-03-03Change `ActivityPub::DeliveryWorker` retries to be spread out more (#21956)Claire
2022-09-21Refactor ActivityPub handling to prepare for non-Account actors (#19212)Claire
2021-08-11Fix followers synchronization mechanism not working when URI has empty path (...Claire
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-05-10Fix error within error when limiting backtrace to 3 lines (#13120)Eugen Rochko
2020-04-16Fix DeliveryWorker not to call failure_tracker when inbox_url is unavailable ...Takeshi Umeda
2020-04-15Change delivery failure tracking to work with hostnames instead of URLs (#13437)Eugen Rochko
2020-01-11Suppress backtrace when delivering toots (#12798)Daigo 3 Dango
2019-07-10Refactor fetching of remote resources (#11251)Eugen Rochko
2019-07-07Fix URLs appearing twice in errors of ActivityPub::DeliveryWorker (#11231)Eugen Rochko
2019-07-02Change ActivityPub::DeliveryWorker to not retry HTTP 501 errors (#11233)Eugen Rochko
2019-07-02Add request pool to improve delivery performance (#10353)Eugen Rochko
2019-05-23Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)ThibG
2018-11-27Skip deliveries to inboxes that have already been marked as unavailable (#9358)Eugen Rochko
2018-08-26Add CLI task for rotating keys (#8466)Eugen Rochko
2018-05-19checking http status code with range (#7544)takayamaki
2018-05-19Do not raise delivery failure on 4xx errors, increase stoplight threshold (#7...Eugen Rochko
2018-04-07Add a circuit breaker for ActivityPub deliveries (#7053)Eugen Rochko
2018-03-24Close http connection in perform method of Request class (#6889)Akihiko Odaki
2018-01-19Retry delivering toots over ActivityPub for about 2 days (#6298)ThibG
2017-10-14Close connection when succeeded posting (#5390)abcang
2017-09-30Retry ActivityPub delivery a few more times (#5014)ThibG
2017-09-29After 7 days of repeated delivery failures, give up on inbox (#5131)Eugen Rochko
2017-09-28Flush body when POST requests (#5128)abcang
2017-09-24Suppress backtrace when failed to communicate with a remote instance (#5076)Daigo 3 Dango
2017-08-13ActivityPub delivery (#4566)Eugen Rochko