Method: Sentry::Cron::MonitorConfig#max_runtime
- Defined in:
- lib/sentry/cron/monitor_config.rb
#max_runtime ⇒ Integer?
How long (in minutes) is the checkin allowed to run for in in_progress before it is considered failed.
20 21 22 |
# File 'lib/sentry/cron/monitor_config.rb', line 20 def max_runtime @max_runtime end |