-
Notifications
You must be signed in to change notification settings - Fork 544
feat(arq): add arq integration #1872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(arq): add arq integration #1872
Conversation
0d03c77
to
250aa4f
Compare
…ay/sentry-python into Zhenay/1728-arq-integration
Hey @Zhenay ! Thanks for the great work. Looks good! I will create a test project for this today. Could you try to find out why the coverage is wrong? This is the code I used for local coverage measurements:
|
Hey @antonpirker! I'll take a look at the coverage problems this evening. |
One thing @Zhenay : There is the possibility of distributed tracing (to see performance data from the python process that put a job into the queue combined with the performance data of the job being executed by the worker) In and then fetched from this meta again when the job is executed: Is there something like this in |
@antonpirker, unfortunately I can make a pr to |
Ok, it is just a nice to have for now, so we can move forward without it. |
The coverage was wrong because I had forgot to add |
I have now made a small fix to your PR to clone the sentry hub. Because before it happened that the spans that where created when doing a http request (I used the demo from the arq website) then multiple downloads (from multiple jobs) showed up under the same job in Sentry. |
Great, should I do anything else? |
No, I think its good. |
Oh @Zhenay you can add a PR to https://github.com/getsentry/sentry-docs for a documentation on how to use the integration. Something short like this: https://docs.sentry.io/platforms/python/configuration/integrations/sqlalchemy/ Just that have something to copy and paste, to be up and running in no time. Would be great! |
Oh, and have you already sent me your shipping address (for the Huey integration)? If not please send me your shipping address and t-shirt size to [email protected] Thanks! |
I'll create PR to docs soon. |
Add support for arq https://arq-docs.helpmanual.io/
See #1728