Method: Sentry::Cron::Configuration#default_checkin_margin
- Defined in:
- lib/sentry/cron/configuration.rb
permalink #default_checkin_margin ⇒ Integer?
How long (in minutes) after the expected checkin time will we wait until we consider the checkin to have been missed.
11 12 13 |
# File 'lib/sentry/cron/configuration.rb', line 11 def default_checkin_margin @default_checkin_margin end |