Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Orkes queues to latest release #357

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

jmigueprieto
Copy link
Contributor

@jmigueprieto jmigueprieto commented Jan 7, 2025

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

Changes in this PR

Upgrade Orkes Queues dependency to v1.0.10. In this release pop(String queueName, int count, int timeout) allows a zero timeout.

Configuring that timeout in Conductor is possible with the property conductor.app.system-task-queue-pop-timeout=0ms. This can help reduce latency.

SEE: https://github.com/conductor-oss/conductor/pull/352/files#diff-851e41d4da224b55a13a38f01b092e04410663cb1b8f43f55d507b1a0fa65127

NOTES
SystemTaskWorker already polls every 50ms by default + we need to fix that timeout/long-poll behaviour in orkes-queues.

@jmigueprieto jmigueprieto self-assigned this Jan 7, 2025
@jmigueprieto jmigueprieto marked this pull request as ready for review January 7, 2025 21:01
@jmigueprieto jmigueprieto merged commit 4407714 into main Jan 7, 2025
10 checks passed
@jmigueprieto jmigueprieto deleted the feature/orkes-queues-upgrade branch January 7, 2025 21:31
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.

2 participants