Skip to content

Queue service to initial db #1

@dadiorchen

Description

@dadiorchen

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    🌱 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions