0.1.5 • Published 10 months ago

@squareboat/nest-queue v0.1.5

Weekly downloads
68
License
MIT
Repository
github
Last release
10 months ago

Introduction

Queues are a form of asynchronous service-to-service communication used in backend architecture. They can be used to decouple or defer heavy weight processing such as sending Mails, processing large database operations etc. Messages are kept in queue until processed. Seperating these heavy time consuming tasks drastically improves your response.

Above all, you can easily perform the processing of the messages on the distributed system without causing any workload spike on your consumer-facing server ever again.

Supported Queues

  • Sync
  • AWS SQS
  • Redis
  • RabbitMQ (Coming Soon)
  • MySQL/Postgres (Coming Soon)
  • MongoDB (Coming Soon)

Few Hightlights

  • ✅ Easy to setup and configure
  • ✅ Handle multiple queues with ease
  • ✅ Harnesses the powerful DI system by NestJS for creating jobs
  • ✅ Configurable messages, queues and jobs
  • ✅ Delay jobs as per your requirement
  • ✅ Run multiple queues in parallel

Documentation

To read the complete documentation, click here.

About Us

We are a bunch of dreamers, designers, and futurists. We are high on collaboration, low on ego, and take our happy hours seriously. We'd love to hear more about your product. Let's talk and turn your great ideas into something even greater! We have something in store for everyone. ☎️ 📧 Connect with us!

License

The MIT License. Please see License File for more information. Copyright © 2020 SquareBoat.

Made with ❤️ by Squareboat

0.1.4

10 months ago

0.1.5

10 months ago

0.1.2

11 months ago

0.1.1

1 year ago

0.1.0

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago