Commit Graph

5 Commits (0cfdd1a401f055c23e308a4b823bd250b1cbb3d3)

Author SHA1 Message Date
Eugen Rochko 3917353645
Fix single Redis connection being used across all threads ()
* Fix single Redis connection being used across all Sidekiq threads

* Fix tests
Eugen Rochko 9b3b40df66
Fix regeneration marker not expiring ()
* Fix regeneration key not getting expired

* Add rake task to remove old regeneration markers
Eugen Rochko 7badad7797
Fix home regeneration ()
* Fix regeneration marker not being removed after completion

* Return HTTP 206 from /api/v1/timelines/home if regeneration in progress
Prioritize RegenerationWorker by putting it into default queue

* Display loading indicator and poll home timeline while it regenerates

* Add graphic to regeneration message

* Make "not found" indicator consistent with home regeneration
Eugen Rochko 3283868e28 Improve spec of Feed and UserTrackingConcern ()
Matt Jankowski fdcf884cf7 Extract user tracking into concern ()