-
-
Notifications
You must be signed in to change notification settings - Fork 142
-
Single queue is throttling answers to a user, while dealing with other users' messages
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
Hi, I think we could work on it on one of the next releases
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
2 replies
-
I was not explicit enough, what I wanted is to get some recommendations and/or Best Practices doc section for building Telegram bots
Beta Was this translation helpful? Give feedback.
All reactions
-
Just use multiple queues.
My case:
- Telegram sends a request;
- The request is written to the database;
- The record triggers an event that starts Job;
- Job initializes WebhookHandler;
- WebhookHandler is executed in multiple threads.
Laravel Horizon + autobalancing
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment