Enable Seconds interval for Cron monitor schedules
Open
Improvement
Product Area: Crons
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Problem Statement
Clients have requested being able to select 30seconds as a schedule interval when setting up Cron monitors.
https://github.com/getsentry/sentry-python/blob/b922f40ad9cff1f97286030f71a22e0000e9b4e2/sentry_sdk/_types.py#L198C10-L198C16

### Solution Brainstorm
Change config scheduler datatype to a non-int type to handle seconds.
https://github.com/getsentry/sentry-python/blob/b922f40ad9cff1f97286030f71a22e0000e9b4e2/sentry_sdk/_types.py#L205
Contributor guide
Assessment
This issue has not been assessed yet.