twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
GNU Affero General Public License v3.0
15.54k stars 1.63k forks source link

Setup Sentry for cron monitoring #5079

Open FelixMalfait opened 4 months ago

FelixMalfait commented 4 months ago

We have cron jobs to import email, we should setup Sentry monitoring for those.

https://docs.sentry.io/product/crons/

Freebios commented 2 months ago

After a quick search in the doc, this is probably something to implement as code, there are automated registration helpers https://docs.sentry.io/platforms/javascript/guides/node/crons/ , but you can also manually notify Sentry of a job start, finish and error https://docs.sentry.io/platforms/javascript/guides/node/crons/#check-ins