Skip to content

Commit 5f04dde

Browse files
committed
Comment fix
1 parent 846e5d5 commit 5f04dde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

temporalio/lib/temporalio/internal/worker/workflow_instance.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ def activate(activation)
182182
# Create instance if it doesn't already exist
183183
@instance ||= with_context_frozen { create_instance }
184184

185-
# Apply jobs without call checking
186-
# illegal_call_tracing_disabled { activation.jobs.each { |job| apply(job) } }
185+
# Apply jobs
187186
activation.jobs.each { |job| apply(job) }
188187

189188
# Schedule primary 'execute' if not already running (i.e. this is

0 commit comments

Comments
 (0)