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
The home page stats and the institution page stats do not update. They have not been run in many months now. They were suppose to be set to run every 2 weeks.
The text was updated successfully, but these errors were encountered:
The stats job has been run; the numbers should be up to date now
The job has been schedule to start recurring again
For any future devs looking at this, here's what I did: in a rails console on the production server, I ran:
UpdateStatisticalDataJob.perform_now
This runs the job and also handles scheduling itself to run in the future. You can see the update_statistical_data job queue has one job queued up:
This job can disappear accidentally when we cancel a currently-running importer by clearing all the jobs out; the update stats job gets included in "all the jobs"
The home page stats and the institution page stats do not update. They have not been run in many months now. They were suppose to be set to run every 2 weeks.
The text was updated successfully, but these errors were encountered: