getsentry / uptime-checker

Service responsible for powering Sentry's uptime detection features
Other
3 stars 0 forks source link

feat: Schedule executions from the ConfigStore #73

Closed evanpurkhiser closed 6 days ago

evanpurkhiser commented 6 days ago

Connects the ConfigStore to the scheduler.

The scheduler will now read all CheckConfigs at the given tick and create futures to execute each check.

I've also removed the tokio-cron-scheduler package in favor of using tokios build in Interval to generate our ticks

The example config has now moved the the root cli runner for now