codex-team / codex-team/hawk.workers
Use RabbitMQ exchange in workers
Open
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 1
- Avg merge
- 12h 22m
- Merged PRs (30d)
- 2
Description
At the moment, workers use `sendToQueue` method to publish task. That way message is published directly to queue.
We need to change it to `publish` method to push message to exchange and let RabbitMQ use routing under the hood
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.