Certain outbound requests seem to queue up #259
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#259
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?
Anecdotally, I've noticed certain requests would block other (unrelated) requests
Examples:
Appreciate any pointers to help identify the root cause, and possible tweaks/improvements.
p.s. Instance is running outbound HTTP proxy (
tinyproxy
), Media proxy,MediaProxyWarmingPolicy
and the associated nginx caching as described here: https://docs.akkoma.dev/stable/configuration/storing_remote_media/Attached the current Job Queue settings for reference:
yeah, HTTP uses a pool setup - it should allow 50 outbound requests at any one time by default
are you consistently hitting this limit?
@floatingghost would hitting limit trigger some form of logs?