Class: Temporalio::Internal::Bridge::Worker::TunerResourceBasedSlotSupplierOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Worker::TunerResourceBasedSlotSupplierOptions
- Defined in:
- lib/temporalio/internal/bridge/worker.rb
Instance Attribute Summary collapse
-
#max_slots ⇒ Object
Returns the value of attribute max_slots.
-
#min_slots ⇒ Object
Returns the value of attribute min_slots.
-
#ramp_throttle ⇒ Object
Returns the value of attribute ramp_throttle.
-
#target_cpu_usage ⇒ Object
Returns the value of attribute target_cpu_usage.
-
#target_mem_usage ⇒ Object
Returns the value of attribute target_mem_usage.
Instance Attribute Details
#max_slots ⇒ Object
Returns the value of attribute max_slots
45 46 47 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 45 def max_slots @max_slots end |
#min_slots ⇒ Object
Returns the value of attribute min_slots
45 46 47 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 45 def min_slots @min_slots end |
#ramp_throttle ⇒ Object
Returns the value of attribute ramp_throttle
45 46 47 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 45 def ramp_throttle @ramp_throttle end |
#target_cpu_usage ⇒ Object
Returns the value of attribute target_cpu_usage
45 46 47 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 45 def target_cpu_usage @target_cpu_usage end |
#target_mem_usage ⇒ Object
Returns the value of attribute target_mem_usage
45 46 47 |
# File 'lib/temporalio/internal/bridge/worker.rb', line 45 def target_mem_usage @target_mem_usage end |