We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
test
Can use our dev db for the test, please message me on slack to get the resources needed.
The text was updated successfully, but these errors were encountered:
Hi @dadiorchen, can I work on this issue?
Sorry, something went wrong.
No branches or pull requests
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:
test
test
Can use our dev db for the test, please message me on slack to get the resources needed.
The text was updated successfully, but these errors were encountered: