We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886006d commit fb145abCopy full SHA for fb145ab
1 file changed
common/tqid/task_queue_id.go
@@ -358,6 +358,7 @@ func (w *WorkerCommandsPartition) IsChild() bool {
358
func (w *WorkerCommandsPartition) HasTTLExpiry() bool { return true }
359
func (w *WorkerCommandsPartition) SupportsFairness() bool { return false }
360
func (w *WorkerCommandsPartition) SupportsVersioning() bool { return false }
361
+func (w *WorkerCommandsPartition) SupportsPartitions() bool { return false }
362
363
func (w *WorkerCommandsPartition) RpcName() string {
364
return w.name
0 commit comments