Pleroma.Stats probably running far more than it needs to #311
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#311
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?
I reboot semi-frequently for dev so often don't notice, but according to phoenix dashboard, pleroma.stats is the most called genserver by a long way
it almost certainly does not need to be a permanent background service, and we can probably shove it as a daily run since honestly do we really need exactly up-to-date stats?
also to look at: that giant SQL function that just does stats. why is it there, and does it cause significant load?