Level 1
Chances are that you are using a broken version of the gRPC extension for PHP (see this ticket). Consider pinning the extension to version 1.49 until this is resolved.
1 like
Hi,
I have some jobs using google ads stream and when the stream is completed I want to call some logic to mark job as completed inside of _handle() function, is this possible?
For some reason after stream finishes his stuff, I have never-ending messages like this:
E1202 13:47:53.384467000 8135337216 thread_pool.cc:253] Waiting for thread pool to idle before forking
E1202 13:47:56.389634000 8135337216 thread_pool.cc:253] Waiting for thread pool to idle before forking
E1202 13:47:59.393457000 8135337216 thread_pool.cc:253] Waiting for thread pool to idle before forking
E1202 13:48:02.397656000 8135337216 thread_pool.cc:253] Waiting for thread pool to idle before forking
I appreciate any ideas or help.
Chances are that you are using a broken version of the gRPC extension for PHP (see this ticket). Consider pinning the extension to version 1.49 until this is resolved.
Please or to participate in this conversation.