5.0.6 • Published 1 year ago

podverse-queue v5.0.6

Weekly downloads
-
License
AGPLv3
Repository
-
Last release
1 year ago

podverse-queue

A module for handling Podverse AMQP (RabbitMQ) interactions.

Dev Setup

Environment Variables

The environment variables for this module must be set within the app that consumes this module (ex. podverse-api or podverse-workers). See podverse-queue/config/index.ts for a list of the env vars expected.

Local Dev Workflow

Podverse uses many modules that are maintained in separate repos, and they need to be linked and running for a local dev workflow. Please read the podverse-ops/dev/local-dev-setup.md file to set up the required dependencies and module linking.

Running Locally

Install the node_modules:

npm install

Then to build:

npm run build

Or if you want the app to auto-build on saved changes:

npm run build:watch

Publishing

To publish your changes to npm, increment the version number is package.json then run npm publish.

5.0.6

1 year ago

5.0.5

1 year ago

5.0.4

1 year ago

5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0-beta.3

1 year ago

5.0.0-beta.2

1 year ago

5.0.0-beta.1

1 year ago