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

data sanding hold sometime #263

Closed
errorhouse opened this issue Oct 25, 2024 · 5 comments
Closed

data sanding hold sometime #263

errorhouse opened this issue Oct 25, 2024 · 5 comments

Comments

@errorhouse
Copy link

Reverb Version

1.4.1

Laravel Version

11

PHP Version

8.3

Description

I use Laravel Revab for real-time. everything okay. but sometimes it sands data holds for 20-30 seconds then again starts sanding data check the attachment it holds at 17:52:27 then again starts at 17:52:58 and holds data by sanding for 30 sec. then 1-2 minutes work perfectly, hold 30 sec and start again. need always to be connected. i use Laravel forge for maintain
a338b25f-85b2-4362-9555-cdcd093f6347
be

Steps To Reproduce

aravel new bug-report --github="--public"

@Sajid-al-islam
Copy link

I also facedd the issue,

step to reproduce
Run reverb on production and send a lot of request every second, I even set the max_concurrent_connection to 50000, still facing the issue

@Sajid-al-islam
Copy link

Found the issue, in my case it was due to rate limiting, not due to reverb or supervisor, although I was throttle middleware it was override by the routeservice provider

@iammayron
Copy link

@Sajid-al-islam Could you specify how you fixed this issue?

@Sajid-al-islam
Copy link

I changed the default limit of api from 60 to 1000, in Limit Per minutes in

app/Providers/RouteServiceProvider.php

image

@joedixon
Copy link
Collaborator

Hey there,

While this may be a legitimate issue, can you first try posting your problem or question on one of the support channels below? If this issue can be definitively identified as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants