-
Notifications
You must be signed in to change notification settings - Fork 98
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
Maximum execution time #265
Comments
Can you try the following configuration for 'servers' => [
'reverb' => [
'host' => env('REVERB_SERVER_HOST', '0.0.0.0'),
'port' => env('REVERB_SERVER_PORT', 8080),
'hostname' => env('REVERB_HOST'),
'options' => [
'tls' => [],
+. 'timeout' => false,
], |
@crynobone |
Using Reverb is a long-running process, since it's ran through the CLI it would have a timeout of |
@RobertBoes by moving the ini_set('max_execution_time', 300); to production it solve the problem, and reverb is not stopped |
Reverb Version
1.0
Laravel Version
11.9
PHP Version
8.2
Description
While running the reverb in localhost
after same minitus i get this error and the reverb connection will be closed.
i also increased the execution time in AppServiceProvider
Steps To Reproduce
while running this in the localhost
php artisan reverb:start
The text was updated successfully, but these errors were encountered: