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 846e5d5 commit 5f04ddeCopy full SHA for 5f04dde
temporalio/lib/temporalio/internal/worker/workflow_instance.rb
@@ -182,8 +182,7 @@ def activate(activation)
182
# Create instance if it doesn't already exist
183
@instance ||= with_context_frozen { create_instance }
184
185
- # Apply jobs without call checking
186
- # illegal_call_tracing_disabled { activation.jobs.each { |job| apply(job) } }
+ # Apply jobs
187
activation.jobs.each { |job| apply(job) }
188
189
# Schedule primary 'execute' if not already running (i.e. this is
0 commit comments