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

Queue service to initial db #1

Open
dadiorchen opened this issue Feb 9, 2024 · 1 comment
Open

Queue service to initial db #1

dadiorchen opened this issue Feb 9, 2024 · 1 comment

Comments

@dadiorchen
Copy link
Contributor

dadiorchen commented Feb 9, 2024

As the first task, we use db-migrate to create the db schema and table for our queue in PostgreSQL.

We plan to use this lib to implement the queue: https://github.com/timgit/pg-boss?tab=readme-ov-file

So for this task, we need to create the db entities (schema, tables) to support the queue.

The final goal: write an e2e test which can do this:

  1. Subscribe queue: test
  2. Send a message to queue test
  3. Received the message
  4. Done

Can use our dev db for the test, please message me on slack to get the resources needed.

@GuningShen
Copy link
Collaborator

Hi @dadiorchen, can I work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🌱 Backlog
Development

No branches or pull requests

2 participants