generated from Greenstand/treetracker-microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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:
- Subscribe queue:
test - Send a message to queue
test - Received the message
- Done
Can use our dev db for the test, please message me on slack to get the resources needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🌱 Backlog