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

Jasmin is too slow 1MPS and cannot increase #1167

Open
kimseasok opened this issue Dec 17, 2023 · 3 comments
Open

Jasmin is too slow 1MPS and cannot increase #1167

kimseasok opened this issue Dec 17, 2023 · 3 comments

Comments

@kimseasok
Copy link
Contributor

kimseasok commented Dec 17, 2023

Hello everyone.

I encountered with SMS speeding issue. I created a smpp connector and set submit_throughput to 0 or the connector which I understand that it's an unlimited option. However, the connector still submit at 1MPS (1 message per second). I've tried with other value such as 110 for the submit_throughput, but there is no luck. Jasmin remained the same speed 1MPS. I view the Rabbitmq queue of the connector and the queue of the connector have 1 as pre-fetcch count.

Anyone please kindly advice on the issue. BTW, I'm currently using Jasmin 10.13

@BlackOrder
Copy link
Contributor

the prefetch is for control only. it will not affect the throughput. if you put 0 there will be no qos throughput control. what are you using? httpApi, or RestApi?

@mdsiyad
Copy link

mdsiyad commented Mar 20, 2024

Hello everyone.

I encountered with SMS speeding issue. I created a smpp connector and set submit_throughput to 0 or the connector which I understand that it's an unlimited option. However, the connector still submit at 1MPS (1 message per second). I've tried with other value such as 110 for the submit_throughput, but there is no luck. Jasmin remained the same speed 1MPS. I view the Rabbitmq queue of the connector and the queue of the connector have 1 as pre-fetcch count.

Anyone please kindly advice on the issue. BTW, I'm currently using Jasmin 10.13

Hi, did you found solution

@kimseasok
Copy link
Contributor Author

@mdsiyad , I found change the client connector is help with my case.

yield self.amqpBroker.chan.basic_qos(prefetch_count=110)

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

3 participants