lib/tobox/configuration.rb in tobox-0.5.0 vs lib/tobox/configuration.rb in tobox-0.5.1
- old
+ new
@@ -22,9 +22,10 @@
created_at_column: nil,
max_attempts: 10,
exponential_retry_factor: 2,
wait_for_events_delay: 5,
shutdown_timeout: 10,
+ grace_shutdown_timeout: 5,
concurrency: 4, # TODO: CPU count
worker: :thread
}.freeze
LOG_FORMAT_PATTERN = "%s, [%s #%d (th: %s)] %5s -- %s: %s\n"