Work around GAE deadline for feature popularity

This request was never succeeding because it was taking longer than GAE's 60s deadline.

There is no deadline when it is run as a cron, which allows it to succeed and put data into memcache for user requests to access.

This change has already been deployed for about a week.
This commit is contained in:
jrobbins 2019-10-28 13:09:38 -07:00 коммит произвёл GitHub
Родитель 22a057c778
Коммит f76f8cc59a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -8,3 +8,6 @@ cron:
- description: update list of Blink components
url: /cron/update_blink_components
schedule: every day 04:30
- description: sort metrics and load into memcache without request time limits
url: /data/featurepopularity
schedule: every 30 minutes synchronized