Skip to content

Commit 7524880

Browse files
rkannan82claude
andcommitted
Add IsEphemeral() to WorkerCommandsPartition
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6cedcb7 commit 7524880

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

common/tqid/task_queue_id.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ func (w *WorkerCommandsPartition) IsChild() bool {
355355
return false
356356
}
357357

358+
func (w *WorkerCommandsPartition) IsEphemeral() bool {
359+
return true
360+
}
361+
358362
func (w *WorkerCommandsPartition) RpcName() string {
359363
return w.name
360364
}

0 commit comments

Comments
 (0)