https://github.com/betterstack-community/bullmq-scheduled-tasks
https://github.com/betterstack-community/bullmq-scheduled-tasks
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/bullmq-scheduled-tasks
- Owner: betterstack-community
- Created: 2023-12-21T13:52:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T15:43:22.000Z (over 2 years ago)
- Last Synced: 2025-01-13T21:44:49.082Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).