We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c46bce commit 0b82bafCopy full SHA for 0b82baf
temporalio/lib/temporalio/worker/tuner.rb
@@ -32,8 +32,6 @@ def _to_bridge_options(_tuner)
32
end
33
34
# A slot supplier that will dynamically adjust the number of slots based on resource usage.
35
- #
36
- # @note WARNING: This API is experimental.
37
class ResourceBased < SlotSupplier
38
attr_reader :tuner_options, :slot_options
39
@@ -66,8 +64,6 @@ def _to_bridge_options(_tuner)
66
64
#
67
65
# Users should be cautious when implementing this and make sure it is heavily tested and the documentation for
68
# every method is well understood.
69
70
71
class Custom < SlotSupplier
72
# Context provided for slot reservation on custom slot supplier.
73
0 commit comments