NicolasLM / spinach

Modern Redis task queue for Python 3
https://spinach.readthedocs.io
BSD 2-Clause "Simplified" License
63 stars 4 forks source link

Plans for Sentry's new Python SDK #1

Closed jezdez closed 5 years ago

jezdez commented 5 years ago

I was wondering if you thought about adding an integration for Sentry's new Python SDK instead of the Raven support? Some more infos can be found in their docs.

There are a few example integrations already (Celery, RQ) that could be used as an example maybe?

NicolasLM commented 5 years ago

This is definitely something that will need to be done. I was waiting for the dust to settle a bit, the last time I checked the new SDK it was pretty much a work in progress.

jezdez commented 5 years ago

Right the composition based design of the integrations API is interesting but I'm not sure how well this would fit into the patterns of the signals Spinach provides. E.g. individual signals for the various states of the workers and jobs makes sense for user code but may not be enough to oversee the whole stack when running the workers.