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
We have some computations that run continuously but don't really need to, either because the data being computed doesn't get updated very often, or because having up-to-date data is not particularly necessary. This leads to unnecessary work, and increased frontend usage + costs.
The aim of this issue is therefore to turn the following these jobs into weekly crons:
SearchRanker
ExplorationRecommendationsAggregator
The text was updated successfully, but these errors were encountered:
Does this address your comment about "not providing any actionable work"?
seanlip
changed the title
Convert continuous computations to daily cron jobs, where appropriate.
Convert continuous computations to cron jobs, where appropriate.
Aug 2, 2016
We have some computations that run continuously but don't really need to, either because the data being computed doesn't get updated very often, or because having up-to-date data is not particularly necessary. This leads to unnecessary work, and increased frontend usage + costs.
The aim of this issue is therefore to turn the following these jobs into weekly crons:
The text was updated successfully, but these errors were encountered: