-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Support Sentry Crons #271
Comments
This would be great for us too. @ckdake did you happen to start working on this? Thanks |
I have not, I want to make sure contributions will be welcome on this one (given its beta nature) before I dig in. |
@jianyuan thanks for all the hard work on sentry terraform provider. Do you happen to have cron support in your roadmap? If not, would you be open to contributions? Thanks! |
@ckdake Do we have any news regarding a potential delivery of this feature ? We are very interested. |
We're evaluating possibly switching our cron monitoring to Sentry. The ability to manage our cron monitors via terraform is key for us. +1 to prioritizing this feature request. |
We've pivoted to just doing "upserts" with the things that need to be monitored, e.g. if it's a python lambda we just pull in the sentry_sdk and "check_in" with the schedule/etc metadata. |
Hello! We use terraform for everything, and are looking into trying out https://docs.sentry.io/product/crons/ . Given the architecture of our application, it would be a lot simpler to wire things up using terraform than using the crons API (https://docs.sentry.io/api/crons/).
Would you be open to this being in the terraform provider? I may have some bandwidth to work on this if you'd be up for merging it.
The text was updated successfully, but these errors were encountered: