New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@squareboat/nest-queue

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squareboat/nest-queue

The queue package for your NestJS Applications

latest
Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
749
66.44%
Maintainers
3
Weekly downloads
 
Created
Source

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.

Contributing

To know about contributing to this package, read the guidelines 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

Keywords

nestjs-queue

FAQs

Package last updated on 19 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts