mastodon/spec/workers/pubsubhubbub
Eugen Rochko 657496b5a9 Do not cancel PuSH subscriptions after encountering "permanent" error… ()
* Do not cancel PuSH subscriptions after encountering "permanent" error response

After talking with MMN about it, turns out some servers/php setups do
return 4xx errors while rebooting, so this anti-feature that was meant
to take load off of the hub is doing more harm than good in terms of
breaking subscriptions

* Update delivery_worker.rb
..
confirmation_worker_spec.rb Spec coverage and refactor for pubsub/delivery worker ()
delivery_worker_spec.rb Do not cancel PuSH subscriptions after encountering "permanent" error… ()
distribution_worker_spec.rb Spec coverage and refactor for pubsub/delivery worker ()