Superskyyy commented on issue #8698: URL: https://github.com/apache/skywalking/issues/8698#issuecomment-1072942859
 @katelei6 Hello, thanks for reporting the issue, actually the current limitation was noted in the code and `plugins.md` documentation. Meanwhile, please try using the HTTP protocol and things should be working. note = """The celery server running with "celery -A ..." should be run with the HTTP protocol as it uses multiprocessing by default which is not compatible with the gRPC protocol implementation in SkyWalking currently. Celery clients can use whatever protocol they want.""" It will need careful enhancements and I think there's a related issue pending for a while. https://github.com/apache/skywalking/issues/7319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
