[Python] skywalking [MainThread] [WARNING] fork() not currently supported with grpc protocol #8518
-
|
I refer to the Python Agent documentation to start my program via the start command Instead, I was able to succeed with the following startup command My sample code like this: my env: Python 3.8.9 is it possible that gunicorn's startup method requires special settings to support skywalking? Please tell me how to use the gunicorn command to avoid this error,Thank you so much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
As the error message says, |
Beta Was this translation helpful? Give feedback.
As the error message says,
[MainThread] [WARNING] fork() not currently supported with grpc protocol, your application is somewhat usingforkprocess that is not supported in gRPC protocol, you need to switch to HTTP protocol.