Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why not use botpolling in production? #23

Open
autoantwort opened this issue Jul 28, 2021 · 1 comment
Open

Why not use botpolling in production? #23

autoantwort opened this issue Jul 28, 2021 · 1 comment

Comments

@autoantwort
Copy link

For more details see https://stackoverflow.com/questions/68559521/gunicorn-django-telegram-mqtt-client

@lukruh
Copy link

lukruh commented Aug 2, 2021

The only reason that comes to my mind is that polling does not scale well when it comes to handle huge amounts of updates (i.e. large number of users).
The original author probably mentioned this, because the quick start guide suggest to use djangos development server, which is not designed to be used in production. However, the warning should relate to the manage.py runserver command not the polling mode in general.
Does the polling mode support SSL?

@lukruh lukruh mentioned this issue Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants