Matt Jankowski
ec34ec63b1
Specs for cleanup workers ( #3235 )
* Add spec files for feed and media cleanup workers
* Add coverage for feed and media cleanup schedulers
* Clean up feed and media cleanup workers
7 years ago
Matt Jankowski
d2e0edd721
Add spec coverage for regeneration worker ( #3143 )
7 years ago
Matt Jankowski
8ec8410651
After remote follow worker specs ( #3098 )
* Add specs for the after remote follow workers
* Refactor the after remote follow workers
7 years ago
Eugen Rochko
657496b5a9
Do not cancel PuSH subscriptions after encountering "permanent" error… ( #3046 )
* 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
7 years ago
Matt Jankowski
0d70fe2659
Spec coverage and refactor for pubsub/delivery worker ( #3021 )
* Framework for delivery worker spec
* Refactor of pubsub delivery worker
7 years ago
Matt Jankowski
60ecfb87ae
Coverage for domain block worker ( #2997 )
7 years ago
Matt Jankowski
08949cca41
Pubsub confirmation worker spec ( #2974 )
* Add specs for valid challenge response from pubsub confirmation worker
* Refactor the pubsub confirmation worker
7 years ago
Matt Jankowski
cc9a6a710f
Spec feed insert worker ( #2965 )
* Spec for feed insert worker when missing records
* more specs!
* Refactor feed insert worker
7 years ago
Matt Jankowski
d142544159
Spec coverage and refactor of digest mailer worker ( #2961 )
7 years ago
Eugen Rochko
3a38322a54
Add spec for Pubsubhubbub::DistributionWorker. PuSH-deliver public items ( #2954 )
to all subscribers. IDN-normalize callback URLs for subscriptions on insert.
7 years ago
Eugen Rochko
b8e166894b
Fix Scheduler::SubscriptionsScheduler ( #2834 )
* Fix Scheduler::SubscriptionsScheduler, add worker test for it
* Change production log level of Sidekiq to "warn" instead of "info"
7 years ago