Skip to content

Commit fb145ab

Browse files
rkannan82claude
andcommitted
Add SupportsPartitions() to WorkerCommandsPartition
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 886006d commit fb145ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/tqid/task_queue_id.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ func (w *WorkerCommandsPartition) IsChild() bool {
358358
func (w *WorkerCommandsPartition) HasTTLExpiry() bool { return true }
359359
func (w *WorkerCommandsPartition) SupportsFairness() bool { return false }
360360
func (w *WorkerCommandsPartition) SupportsVersioning() bool { return false }
361+
func (w *WorkerCommandsPartition) SupportsPartitions() bool { return false }
361362

362363
func (w *WorkerCommandsPartition) RpcName() string {
363364
return w.name

0 commit comments

Comments
 (0)