Skip to content

Commit 7d9ffcf

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

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
@@ -346,6 +346,10 @@ func (w *WorkerCommandsPartition) IsChild() bool {
346346
return false
347347
}
348348

349+
func (w *WorkerCommandsPartition) IsEphemeral() bool {
350+
return true
351+
}
352+
349353
func (w *WorkerCommandsPartition) RpcName() string {
350354
return w.name
351355
}

0 commit comments

Comments
 (0)