logo

tests GitHub license codecov npm npm

qified

Task and Message Queues with Multiple Providers

NOTE: This is a work in progress and not ready for production use. Please wait till v1.0.0 is released.

Features

Development and Testing

Qified is written in TypeScript and tests are written in vitest. To run the tests, use the following command:

  1. pnpm install - This will install all the dependencies
  2. pnpm test:services:start - This will start the services needed for testing (Redis, RabbitMQ, etc)
  3. pnpm test - This will run the tests

To contribute follow the Contributing Guidelines and Code of Conduct.

License

MIT & © Jared Wray

Contributors

Latest's Releases

2025-03-02 March 02, 2025

What's Changed

Full Changelog: https://github.com/jaredwray/qified/compare/2025-02-07...2025-03-02

2025-02-07 February 07, 2025

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/qified/commits/2025-02-07