[bug] Akkoma keeps refetching even got 429 #606
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#606
Loading…
Add table
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?
Your setup
From source
Extra details
No response
Version
33e7ae763
PostgreSQL version
15
What were you trying to do?
When Akkoma gets error 429, It still keeps refetching and just constantly refetching until the server reboot.
Resulting accidental DOS.
What did you expect to happen?
When the backend receives 429 when trying to get object, it should only try again in several minutes
or just stop.
What actually happened?
DOS-ing an instance that gives 429 status.
Logs
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
Possible dupe of #269
we now handle 429s, and try to throw away jobs early, this should be fixed