Run as cronjob, collect data #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The collected data can be auto-committed to a git repo, and used by different projects.
I've set this up as a git repo, and made the update / run scripts, but haven't put it in any cron yet: https://github.com/LemmyNet/lemmy-instance-stats
Question: I noticed that having online users is probably going to add a lot of noise to these commits, and its not very important statistics-wise. I suggest we remove that. Example diff:
fae560ed19
Also maybe we should close issues on this one, and only do PRs here. Seems strange to have every other repo's issues on github but this one here.
Online users would work if we run crawls every hour or so. They are fast enough that I dont see any reason against this. I would also expect that other values like number of users would change a lot once we get more instances and more total users.
And I simply dont like using Github for everything, if thats strange I dont care :p