Method: Sentry::Cron::Configuration#default_max_runtime
- Defined in:
- lib/sentry/cron/configuration.rb
#default_max_runtime ⇒ Integer?
How long (in minutes) is the checkin allowed to run for in in_progress before it is considered failed.
16 17 18 |
# File 'lib/sentry/cron/configuration.rb', line 16 def default_max_runtime @default_max_runtime end |