tom-pytel commented on a change in pull request #125: URL: https://github.com/apache/skywalking-python/pull/125#discussion_r665271504
########## File path: docs/Plugins.md ########## @@ -18,6 +18,7 @@ Library | Versions | Plugin Name | [sanic](https://sanic.readthedocs.io/en/latest/) | >= 20.3.0 <= 20.9.1 | `sw_sanic` | | [aiohttp](https://sanic.readthedocs.io/en/latest/) | >= 3.7.3 | `sw_aiohttp` | | [pyramid](https://trypyramid.com) | >= 1.9 | `sw_pyramid` | -| [psycopg2](https://www.psycopg.org/) | 2.8.6 | `sw_psycopg2` | +| [psycopg2](https://www.psycopg.org/) | >= 2.8.6 | `sw_psycopg2` | +| [celery](https://docs.celeryproject.org/) | >= 4.2.1 | `sw_celery` | Review comment: It only works with http protocol for the server being run with `celery -A`, client can use whatever protocol (as long as it is not fork()ing, which will break grpc for whatever client). Will add note. -- 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]
