Method: Sentry::Cron::Configuration#default_checkin_margin

Defined in:
lib/sentry/cron/configuration.rb

#default_checkin_marginInteger?

How long (in minutes) after the expected checkin time will we wait until we consider the checkin to have been missed.

Returns:

  • (Integer, nil)
[View source]

11
12
13
# File 'lib/sentry/cron/configuration.rb', line 11

def default_checkin_margin
  @default_checkin_margin
end