You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as described in PR #519
clans (getAllClans()) could benefit a warmup like we did it for leaderboardCacheCrawler.js.
warmup a single clan is too much, since the call is ~500ms and this i can take a cache-looser.
Acceptance Criteria:
cache will be generated at server start/restart
will be scheduled to refresh it every (ttl - 1min), currently this would be 59min
should not run in parallel with other JavaApi calls if possible (ddos ourself if the list of crawlers getting bigger)
should not crash the server if the JavaApi is not reachable or and exception is happening.
should log if a cache was getting refreshed or when something failed
The text was updated successfully, but these errors were encountered:
* create crawler
* Add crawler to cron scheduler
* change indentation for a sane line length
* cleanup - add comment
* cleanup wordpress cache job
* more clean
* add opts to cache service - logging for testing
* undo opts to cache service
* remove logging
* change ttl on clanService
as described in PR #519
clans (getAllClans()) could benefit a warmup like we did it for
leaderboardCacheCrawler.js
.warmup a single clan is too much, since the call is ~500ms and this i can take a cache-looser.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: