tusmanakhter / MigrantHub

MIT License
4 stars 3 forks source link

Migrant: Automatically Updated Recommendation Models #168

Closed miramarhaba closed 5 years ago

miramarhaba commented 5 years ago

As a migrant, I want my MigrantHub information to be continuously updating the feature that creates my service recommendations, so that I always get the most up-to-date and accurate suggestions.

Dev Info: Essentially automatically running microservice #1 with a cron job to continuously and automatically update the information and export a new model every "x" units of time, to later be used by microservice #2.

Story Points: 2 Priority: Low Risk: Low

Tasks:

***The chosen solution does not have any code to merge since we finally used GCP's cloud scheduler to implement this cron job, and it does not need any code.

***The update period chosen was once a day. ie. the sheet that the recommendation engine reads from will be updated every 24 hours.

Demo Steps: No user demo steps.

Mockups: No mockups available.