-
Notifications
You must be signed in to change notification settings - Fork 102
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
Rewrite Scaling Up IV #800
Conversation
🚀 Deployed on https://649f2bf90e35133daa3f8fa9--grammy.netlify.app |
Co-authored-by: Roj <ez@roj.im>
Co-authored-by: Roj <ez@roj.im>
Ese plugin es [muy simple](https://github.com/grammyjs/auto-retry/blob/main/src/index.ts). | ||
Literalmente sólo duerme y reintenta. | ||
Sin embargo, usarlo tiene una implicación mayor: **cualquier petición puede ser lenta**. | ||
Esto significa que cuando ejecutas tu bot con webhooks, [técnicamente tienes que usar una cola](../guide/deployment-types.md#ending-webhook-requests-in-time) hagas lo que hagas, o bien tienes que configurar el plugin auto-retry de forma que nunca tarde mucho tiempo---pero entonces tu bot puede saltarse algunas peticiones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong anchor
Цей плагін [дуже простий](https://github.com/grammyjs/auto-retry/blob/main/src/index.ts). | ||
Він буквально просто чекає й повторює спроби. | ||
Однак його використання має серйозні наслідки: **будь-який запит може сповільнюватися**. | ||
Коли ви запускаєте свого бота на вебхуках, це означає, що [технічно ви повинні використовувати чергу](../guide/deployment-types.md#ending-webhook-requests-in-time) незалежно від того, що ви робите, або що вам потрібно налаштувати плагін `auto-retry` так, щоб він ніколи не займав багато часу, але тоді ваш бот може пропустити виконання деяких запитів. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong anchor
Seems the check links is not working properly? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docsy!
Closes #795.