sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

Cron monitors feature sends check-in events without any control of total volume

Open amkisko opened this issue 2 months ago • 2 comments

Issue Description

sentry-rails sends check-in events for each (scheduled) job instance being run, it leads to errors on Sentry side alerting high volume of incoming check-ins.

Reproduction Steps

Add job to scheduler with high frequency, at least each minute. Also make job self-enqueueing, so that volume will be even higher.

Expected Behavior

Check-ins should not fail due to large volume of jobs, sentry-rails should not check-in more frequent than Sentry service allows to.

Actual Behavior

sentry-rails sends check-ins for each and every call

Ruby Version

3.4.7

SDK Version

5.28.0

Integration and Its Version

GoodJob and Sidekiq

Sentry Config

No response

amkisko avatar Oct 31 '25 07:10 amkisko

RUBY-110

linear[bot] avatar Oct 31 '25 07:10 linear[bot]

Related to configuration story: https://github.com/getsentry/sentry-ruby/issues/2759

amkisko avatar Oct 31 '25 07:10 amkisko