lib/good_job/scheduler.rb in good_job-1.2.1 vs lib/good_job/scheduler.rb in good_job-1.2.2
- old
+ new
@@ -19,9 +19,10 @@
run_now: true,
}.freeze
# Defaults for instance of Concurrent::ThreadPoolExecutor
DEFAULT_POOL_OPTIONS = {
+ name: name,
min_threads: 0,
max_threads: Concurrent.processor_count,
auto_terminate: true,
idletime: 60,
max_queue: -1,