about summary refs log tree commit diff
path: root/app/workers/pubsubhubbub/delivery_worker.rb
AgeCommit message (Expand)Author
2020-03-31Fix background jobs not using locks like they are supposed to (#13361)Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2018-03-24Close http connection in perform method of Request class (#6889)Akihiko Odaki
2017-10-14Close connection when succeeded posting (#5390)abcang
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-07-27Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281)Clworld
2017-07-20Fix webfinger retries (#4275)Eugen Rochko
2017-07-15Optimize uri normalization (#4212)ThibG
2017-07-14HTTP signatures (#4146)Eugen Rochko
2017-05-14Do not cancel PuSH subscriptions after encountering "permanent" error… (#3046)Eugen Rochko
2017-05-12Spec coverage and refactor for pubsub/delivery worker (#3021)Matt Jankowski
2017-05-09add content-type in pubsubhubhub request header (#2943)haoyayoi
2017-05-05More robust PuSH subscription refreshes (#2799)Eugen Rochko
2017-04-25Punycode URI normalization (#2370)Eugen
2017-04-12Quick best practice cleanup of views/helpers (#1546)Matt Jankowski
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen
2017-04-05Remove PuSH subscriptions when delivery is answered with a 4xx errorEugen Rochko
2017-01-05Improve background jobs params and error handlingEugen Rochko
2016-12-12Restoring old async behaviour of thread resolving as it proved to be more robustEugen Rochko
2016-11-30Track successful PuSH deliveriesEugen Rochko
2016-11-29Adding rack timeout of 30sec, PuSH jobs moved to push queue so theyEugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko