getsentry / getsentry/sentry-ruby

sidekiq-ent periodic tasks support

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

説明

[Cron monitoring](https://docs.sentry.io/platforms/ruby/crons/) has built-in support for sidekiq-cron and sidekiq-scheduler. It would be great if the built-in cron feature of Sidekiq was supported as well. It is limited to [sidekiq-ent](https://sidekiq.org/products/enterprise.html) (the paid version), but I imagine it's still popular enough to consider being included.

In our `sidekiq.rb` we have:

```
Sidekiq.configure_server do |config|
config.periodic do |mgr|
mgr.register("* * * * *", "TestJob") # every minute
end
end
```

It would be awesome if our `sentry.rb` could have:

```
Sentry.init do |config|
config.enabled_patches += [:sidekiq_ent_cron]
end
```

That way we don't have to manually implement check-ins.

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

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

評価

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

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

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