Commit Graph

4 Commits (955d5d36e80259d8c10a0246d359f35f63de059d)

Author SHA1 Message Date
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 ()