counterdata-network / story-processor

Story discovery engine for the Counterdata Network. Grabs relevant stories from various APIs, runs them against bespoke classifier models, post results to a central server.
Apache License 2.0
0 stars 2 forks source link

Integrate Celery with Sentry #69

Closed math4humanities closed 2 months ago

math4humanities commented 4 months ago

After setting up new periodic tasks with Celery beat, it may be useful to integrate Celery with Sentry to monitor our tasks and help track down bugs.

Relevant Documentation

Celery Celery Crons