From 444cf29cfe861024a1b1d75726c5daf258b43c26 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 18 Mar 2024 16:54:20 +0100 Subject: [PATCH 1/5] feat(crons): Add Redbeat as supported scheduler --- docs/platforms/python/integrations/celery/crons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/celery/crons.mdx b/docs/platforms/python/integrations/celery/crons.mdx index d328b42e2109f..5ba01b321b6b4 100644 --- a/docs/platforms/python/integrations/celery/crons.mdx +++ b/docs/platforms/python/integrations/celery/crons.mdx @@ -62,7 +62,7 @@ Once Sentry Crons is set up, tasks in your Celery beat schedule will be auto-dis Start your Celery beat and worker services and see your tasks being monitored at [https://sentry.io/crons/](https://sentry.io/crons/). -Currently, only the default scheduler of Celery Beat is officially supported. Other schedulers (like `RedBeat`) are not supported. +In addition to the default Celery Beat scheduler we also support the Redbeat scheduler. From 4b3e47300d0378a684a1e3408b89cfdb9b5b8d93 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Mon, 18 Mar 2024 16:55:35 +0100 Subject: [PATCH 2/5] Update crons.mdx --- docs/platforms/python/integrations/celery/crons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/celery/crons.mdx b/docs/platforms/python/integrations/celery/crons.mdx index 5ba01b321b6b4..6b47af9e055ef 100644 --- a/docs/platforms/python/integrations/celery/crons.mdx +++ b/docs/platforms/python/integrations/celery/crons.mdx @@ -62,7 +62,7 @@ Once Sentry Crons is set up, tasks in your Celery beat schedule will be auto-dis Start your Celery beat and worker services and see your tasks being monitored at [https://sentry.io/crons/](https://sentry.io/crons/). -In addition to the default Celery Beat scheduler we also support the Redbeat scheduler. +In addition to the default Celery Beat scheduler we also support Redbeat. From 963b293122973a4d4a89a0536f7fccd855c131a4 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 19 Mar 2024 08:48:37 +0100 Subject: [PATCH 3/5] Update docs/platforms/python/integrations/celery/crons.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/python/integrations/celery/crons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/celery/crons.mdx b/docs/platforms/python/integrations/celery/crons.mdx index 6b47af9e055ef..01fdcb9134dc8 100644 --- a/docs/platforms/python/integrations/celery/crons.mdx +++ b/docs/platforms/python/integrations/celery/crons.mdx @@ -62,7 +62,7 @@ Once Sentry Crons is set up, tasks in your Celery beat schedule will be auto-dis Start your Celery beat and worker services and see your tasks being monitored at [https://sentry.io/crons/](https://sentry.io/crons/). -In addition to the default Celery Beat scheduler we also support Redbeat. +In addition to the default Celery Beat scheduler, we also support Redbeat. From 91f29506ba1aacf9e14176dc6b4d1508ee7b0654 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 19 Mar 2024 08:50:14 +0100 Subject: [PATCH 4/5] add link to redbeat --- docs/platforms/python/integrations/celery/crons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/celery/crons.mdx b/docs/platforms/python/integrations/celery/crons.mdx index 01fdcb9134dc8..0965a0ef7c1ad 100644 --- a/docs/platforms/python/integrations/celery/crons.mdx +++ b/docs/platforms/python/integrations/celery/crons.mdx @@ -62,7 +62,7 @@ Once Sentry Crons is set up, tasks in your Celery beat schedule will be auto-dis Start your Celery beat and worker services and see your tasks being monitored at [https://sentry.io/crons/](https://sentry.io/crons/). -In addition to the default Celery Beat scheduler, we also support Redbeat. +In addition to the default Celery Beat scheduler, we also support [https://redbeat.readthedocs.io/en/latest](Redbeat). From 0b06d1954ddd9518e52afad646104005ed4cf9f3 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 19 Mar 2024 10:59:51 +0100 Subject: [PATCH 5/5] Fix link --- docs/platforms/python/integrations/celery/crons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/celery/crons.mdx b/docs/platforms/python/integrations/celery/crons.mdx index 0965a0ef7c1ad..4ad87a3370ae6 100644 --- a/docs/platforms/python/integrations/celery/crons.mdx +++ b/docs/platforms/python/integrations/celery/crons.mdx @@ -62,7 +62,7 @@ Once Sentry Crons is set up, tasks in your Celery beat schedule will be auto-dis Start your Celery beat and worker services and see your tasks being monitored at [https://sentry.io/crons/](https://sentry.io/crons/). -In addition to the default Celery Beat scheduler, we also support [https://redbeat.readthedocs.io/en/latest](Redbeat). +In addition to the default Celery Beat scheduler, we also support [Redbeat](https://redbeat.readthedocs.io/en/latest).