Matt Jankowski
0eb8b00cc9
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
8 years ago
Matt Jankowski
c8f8629c7e
Add spec coverage for regeneration worker ( #3143 )
8 years ago
Matt Jankowski
b3f0e6f7b9
After remote follow worker specs ( #3098 )
...
* Add specs for the after remote follow workers
* Refactor the after remote follow workers
8 years ago
Eugen Rochko
83b444ddab
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
8 years ago
Matt Jankowski
dc59643e73
Spec coverage and refactor for pubsub/delivery worker ( #3021 )
...
* Framework for delivery worker spec
* Refactor of pubsub delivery worker
8 years ago
Matt Jankowski
213c146d87
Coverage for domain block worker ( #2997 )
8 years ago
Matt Jankowski
60fa69399c
Pubsub confirmation worker spec ( #2974 )
...
* Add specs for valid challenge response from pubsub confirmation worker
* Refactor the pubsub confirmation worker
8 years ago
Matt Jankowski
cd8fc8031f
Spec feed insert worker ( #2965 )
...
* Spec for feed insert worker when missing records
* more specs!
* Refactor feed insert worker
8 years ago
Matt Jankowski
cd3630e3d1
Spec coverage and refactor of digest mailer worker ( #2961 )
8 years ago
Eugen Rochko
221898cc90
Add spec for Pubsubhubbub::DistributionWorker. PuSH-deliver public items ( #2954 )
...
to all subscribers. IDN-normalize callback URLs for subscriptions on insert.
8 years ago
Eugen Rochko
78b890cc81
Fix Scheduler::SubscriptionsScheduler ( #2834 )
...
* Fix Scheduler::SubscriptionsScheduler, add worker test for it
* Change production log level of Sidekiq to "warn" instead of "info"
8 years ago