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
Rather than pulling all the data for all the games in one massive rake task and slowly using a ton of memory, we should probably segment it into smaller pieces. This is currently the slowest and most error-prone part of the update rake task.