An open API service indexing awesome lists of open source software.

https://github.com/betterstack-community/bullmq-scheduled-tasks


https://github.com/betterstack-community/bullmq-scheduled-tasks

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Scheduled Tasks with BullMQ

Learn the basics of scheduling tasks in Node.js with BullMQ

**Full tutorial**: [Get Started with Job Scheduling in Node.js with BullMQ](https://betterstack.com/community/guides/scaling-nodejs/bullmq-scheduled-tasks).

## 🟢 Prerequisites

Ensure you have Node.js and npm installed on your machine. This project was built with the following versions:

- Node.js v20.10.0
- npm v10.2.3

## 📦 Getting started

- Clone this repository to your machine

```shell
git clone https://github.com/betterstack-community/bullmq-scheduled-tasks
```

- Navigate to the project folder and run `npm install` to download dependencies.

## âš– License

The code used in this project and in the linked tutorial is licensed under the [Apache License, Version 2.0](LICENSE).