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

feat(server): use NATS queues instead of postgres notify/listen #3329

Merged
merged 5 commits into from Nov 3, 2023

Conversation

schoren
Copy link
Collaborator

@schoren schoren commented Nov 1, 2023

This PR replaces the postgres queue driver with the new NATS driver. By default, it tries to use the NATS driver if it's configured, but it falls back to the InMemory Driver in case it's not configured.

Changes

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Loom video

Add your loom video here if your work can be visualized

@mathnogueira mathnogueira changed the title Feat/nats queue feat(server): use NATS queues instead of postgres Nov 2, 2023
@mathnogueira mathnogueira changed the title feat(server): use NATS queues instead of postgres feat(server): use NATS queues instead of postgres publish/listen Nov 2, 2023
@mathnogueira mathnogueira changed the title feat(server): use NATS queues instead of postgres publish/listen feat(server): use NATS queues instead of postgres notify/listen Nov 2, 2023
@mathnogueira mathnogueira merged commit 29936fd into main Nov 3, 2023
40 checks passed
@mathnogueira mathnogueira deleted the feat/nats-queue branch November 3, 2023 00:04
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.

None yet

3 participants