Greenstand / Greenstand/treetracker-queue

Queue service to initial db

Open
#1 3 comments 0 reactions 0 assignees View on GitHub
good first issue microservice node.js postgresql
Dominant language
JavaScript
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

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:
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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.