getsentry / getsentry/sentry-ruby

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

オープン
#2,763 コメント 2 件 リアクション 0 件 担当者 1 名 @sl0thentr0py が担当を希望しています GitHub で見る
Checks Crons Improvement Ruby
主要言語
Ruby
スター
987
フォーク
541
平均マージ
17時間 40分
マージ済み PR(30日)
19

説明

### 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_

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。