tebriz91 / desk-booker-bot

An extendable async Telegram bot using Aiogram, FastAPI, SQLAlchemy 2.0, PostgreSQL, Redis
1 stars 0 forks source link

Throttling middleware #14

Open tebriz91 opened 6 months ago

tebriz91 commented 6 months ago

Implement throttling middleware for pagination

tebriz91 commented 6 months ago

Delay implementation in handler: await asyncio.sleep(2.0)