Method: Sentry::Cron::MonitorConfig#max_runtime

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

#max_runtimeInteger?

How long (in minutes) is the checkin allowed to run for in in_progress before it is considered failed.

Returns:

  • (Integer, nil)


20
21
22
# File 'lib/sentry/cron/monitor_config.rb', line 20

def max_runtime
  @max_runtime
end