Grades not updating in gradebook, progress page, or database

Hi @nadheemabdulla
Thank you for the suggestion. I tried that but the issue still persisted unfortunately.

I did some more searching thru this forum and found this thread which suggested inspecting the size of the redis data. The appendonly.aof file was at 4.5GB, so I followed @regis recommendations in that thread and did these steps:

tutor local stop redis
sudo mv $(tutor config printroot)/data/redis $(tutor config printroot)/data/redis.backup
tutor local stop
tutor local start -d

(the recommended tutor local start redis cms-worker didn’t work for my issue which is why I did a full stop and restart of tutor).

Hope this is helpful to others who may run into the same issue.

1 Like