You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Hi
I use celery-php on my product to send data to celery. It helps me a lot. Thanks.
But I found a problem that when php server lost connection with celery server(network issue).
The process will hang until php's time limit(set_time_limit ).
$c = new \Celery\Celery('localhost', 'myuser', 'mypass', 'myvhost');
Is there anyidea that can set timeout on connection(network issue)?
Hi
I use celery-php on my product to send data to celery. It helps me a lot. Thanks.
But I found a problem that when php server lost connection with celery server(network issue).
The process will hang until php's time limit(set_time_limit ).
$c = new \Celery\Celery('localhost', 'myuser', 'mypass', 'myvhost');
Is there anyidea that can set timeout on connection(network issue)?
I am not good at php.Would you give me some hint.
Thanks