Skip to content

Commit 0b82baf

Browse files
authored
Remove experimental notices from worker tuners (#350)
1 parent 6c46bce commit 0b82baf

File tree

1 file changed

+0
-4
lines changed
  • temporalio/lib/temporalio/worker

1 file changed

+0
-4
lines changed

temporalio/lib/temporalio/worker/tuner.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def _to_bridge_options(_tuner)
3232
end
3333

3434
# A slot supplier that will dynamically adjust the number of slots based on resource usage.
35-
#
36-
# @note WARNING: This API is experimental.
3735
class ResourceBased < SlotSupplier
3836
attr_reader :tuner_options, :slot_options
3937

@@ -66,8 +64,6 @@ def _to_bridge_options(_tuner)
6664
#
6765
# Users should be cautious when implementing this and make sure it is heavily tested and the documentation for
6866
# every method is well understood.
69-
#
70-
# @note WARNING: This API is experimental.
7167
class Custom < SlotSupplier
7268
# Context provided for slot reservation on custom slot supplier.
7369
#

0 commit comments

Comments
 (0)