Skip to content

Conversation

@maxdml
Copy link
Collaborator

@maxdml maxdml commented Nov 12, 2025

  • Users can enable partitioning on a queue
  • On such queues, a partition key must be provided at enqueue (not enforceable on the client)
  • Partition keys cannot be provided on non-partitioned queues

@maxdml maxdml marked this pull request as ready for review November 13, 2025 01:13
Comment on lines +816 to +819
queue := c.queueRunner.getQueue(params.queueName)
if queue == nil {
return nil, newWorkflowExecutionError("", fmt.Errorf("queue %s does not exist", params.queueName))
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know wished I listened to @kraftp when he suggested to have RunWorkflow take the queue object 😬

@maxdml maxdml merged commit 40f3edc into main Nov 13, 2025
6 checks passed
@maxdml maxdml deleted the partitioned-queues branch November 13, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants