Next Steps for Crons - Update & Your Feedback Needed! #43663
Replies: 8 comments 12 replies
-
DSN support for check-ins would be handy. I reeeeally don't like the idea of giving an app full read access to a project just to send check-ins. |
Beta Was this translation helpful? Give feedback.
-
Hello! When are Cron Monitors expected to leave beta? Would like to have more clarity on pricing and usage before migrating things over. |
Beta Was this translation helpful? Give feedback.
-
Any chance we could test the Crons beta functionality in the self-hosted Sentry environment? I can't seem to find if and so in what version of the self-hosted environment this might be released. |
Beta Was this translation helpful? Give feedback.
-
Hi, What's the pricing plan for crons once they are out of beta? The blog post mentions this:
Cron errors are clear, but how about cron runs? Will it be similar to performance units? |
Beta Was this translation helpful? Give feedback.
-
In my case, I have multiple Django commands that are executed in a schedule. What would be the process to use cron monitoring in a Django command? Is it as simple as this: class Command(BaseCommand):
@monitor(monitor_slug='<monitor-slug>')
def handle(self, *args, **options): If so, the documentation should mention this use case, since I think it's a common one. |
Beta Was this translation helpful? Give feedback.
-
How reliable is the Cron ingestion at the moment? I've been testing the Cron feature since a few months ago and almost all of the alerts (timeout/missed) I get are seemingly due to Sentry ingestion issues. I monitor my application with both Healthchecks.io and Sentry. Healthchecks.io has worked consistently the entire time, but I've gotten at least 3 false alarms from Sentry. One of them doesn't show up as an outage on https://status.sentry.io/ |
Beta Was this translation helpful? Give feedback.
-
Is it meant to happen that, with one cron monitor available, if I delete one and add it again, I cannot enable it because of depleted quota? I expect the quota to mean "have one max. at any time" not "only enable once per month" :/ It's not that I or anyone else would recreate cron monitors daily to somehow find a way around that limitation as this would remove almost all benefits of having the monitors in place after all. So maybe the limit should be on active monitors, not creation instructions? |
Beta Was this translation helpful? Give feedback.
-
I have to say, I really dislike the way how payment is handled for cron jobs. Recently I did create my first cron job (using free capacity). I tested around a bit and deleted it afterwards. Afterwards I did create a new one that should be used for something more meaningful than just fiddling around. Suddenly, I was unable to activate it because my quota has been reached. I didn't really give it too much of a thought and just set a on demand budget for them to get moving again. I did create and delete another cron job, not paying attention to the subscription page. Two days ago I discovered that I get charged for three cron jobs instead of one. I did create a support ticket to find out what is going on. I was pointed to this help page where it is explained (somehow). But in all honesty, I cannot really read the observed behavior in the explanation provided. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, Gabriel from the Crons engineering team here. 👋
The Crons team was excited to receive feedback from you on how Sentry can improve your development experience with recurring jobs. Since the launch of Crons last month, we've been focused on incorporating your feedback and ironing out any bugs along the way. As we plan ahead for the upcoming months, we want to share our planned roadmap – and request feedback on the various initiatives we want to take!
We've identified the following high-priority features our team is working on right now:
You can check out our current roadmap here: Crons Roadmap.
Feel free to take a look at the board and upvote or comment on any issues that connect with you. We'd love to hear your use cases and thoughts on implementation.
If you don't see what you are looking for on the board, feel free to leave a comment here.
Beta Was this translation helpful? Give feedback.
All reactions