Skip to content

Rate Limit Issue with Telegram Bot Local API Server #29

@sylas00

Description

@sylas00

I am experiencing an issue while using the Telegram Bot local API server. When I use the Docker image you provided (default configuration), it seems there is no maximum request rate limit. I can call APIs like getChatMember without restrictions.

However, when I use the official TDLib source code to install the local API server (default configuration with only the --local option), I receive the following error message when I exceed approximately a few dozen requests per second:

Error code 429: too many requests: retry after 8
I would like to know if there are any additional configuration options in your Docker image that allow for higher request rates, or if there are specific settings I can use to configure the TDLib server to support more frequent requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions