Method: Sentry::Cron::MonitorConfig#checkin_margin

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

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


15
16
17
# File 'lib/sentry/cron/monitor_config.rb', line 15

def checkin_margin
  @checkin_margin
end