yujinjcho / movie_recommendations

movie recommendations leveraging critic reviews
MIT License
0 stars 0 forks source link

Feature/add redis queue #39

Closed yujinjcho closed 7 years ago

yujinjcho commented 7 years ago

For https://github.com/yujinjcho/movie_recommendations/issues/33.

I moved the recommendations calculation to a background job and added in polling to the ios api call.

I noticed the polling stops if I change the ViewController from the RecommendationsTableViewController to the RateViewController. Do you know how I would keep it running?