-
Notifications
You must be signed in to change notification settings - Fork 504
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
Celery Beat auto monitoring #1967
Conversation
…tsentry/sentry-python into antonpirker/celery-auto-monitor-tasks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please summarize the important moving parts in the PR description? at least a high level overview of what we're patching etc
…tsentry/sentry-python into antonpirker/celery-auto-monitor-tasks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubberstamp ✅
…tsentry/sentry-python into antonpirker/celery-auto-monitor-tasks
Changes to PR description done
Automatically monitor Celery Beat tasks with Sentry Crons.
How we do this:
celery_beat_init
hook. In the hook we do two things:sender.scheduler.schedule
):task_prerun
,task_success
,task_failure
,task_retry
. (config is sent by the tasks in its headers we set up in 1))Docs: getsentry/sentry-docs#6526