Handle rate limit #26
Reference in New Issue
Block a user
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?
if too many requestsCreate queue or similar to internally rate limit requests to trackerUsehttps://api.gametools.network/bf2042/multiple/?raw=false&format_values=falseendpoint for batchesfill up queue until there is at least X ms nothing (on calc all requests should come all at the same time within a few ms)then batch-process queuehttps://api.gametools.network/docs#/
- Fix burst-queue for maybe later useAdjusted duration to timeout in burst-queue -> TODO: Test itGRPC API is way too unstable, mostly timeout or not available. Use old approach instead.