A couple of days ago I finally managed to put Aspects in production within a tutor local environment, thanks to the help of the OpenEdx community It is working very well, but is early to confirm the stability in usage peaks.
âCurrent Enrollmentsâ for active courses are not showing propertly. Even thought users âActive Within Last 7 Daysâ are being updated, the number of Current Enrollments does not change
Hi @Yago ! What version of Aspects are you using? If a user enrolls now that you have Aspects set up, does the âCurrent Enrollmentsâ number change?
I am using tutor-contrib-aspects version 2.4.0. And yes, if a user enrolls now, the âCurrent Enrollmentsâ number change.
Specifically for my error, I think it is related with my other post here. So probably if I can handle to split log data into smaller files I think this issue would be solved.
But, from my perspective âas userâ, is a bit weird that the number of Active users is updated but not the current enrollments one
Hopefully splitting the log data helps. It also may take some time for Clickhouse to refresh the views that the dashboards use, but if you still arenât seeing correct numbers, definitely let us know.
I totally agree with the weirdness. Itâs because those charts are using different data sources that are updated/refreshed differently. I have a long term âto-doâ to try and fix weird cases like that!