https://github.com/teamstarter/graphql-node-jobs
A job scheduler, a runner and an interface to manage jobs. In one lib.
https://github.com/teamstarter/graphql-node-jobs
Last synced: 9 months ago
JSON representation
A job scheduler, a runner and an interface to manage jobs. In one lib.
- Host: GitHub
- URL: https://github.com/teamstarter/graphql-node-jobs
- Owner: teamstarter
- Created: 2019-12-26T11:07:56.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-09-12T15:11:33.000Z (10 months ago)
- Last Synced: 2025-09-12T18:02:29.602Z (10 months ago)
- Language: JavaScript
- Size: 739 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Graphql-Node-Jobs
[](https://conventionalcommits.org) [](https://github.com/teamstarter/graphql-node-jobs/actions)
'A job scheduler, a runner and an interface to manage jobs. In one lib.'
### What does it do?
It allows you to setup many execution pipelines and run them.
### How it works
GNJ \(graphql-node-jobs\) is available as:
- A standalone NodeJS application
- A GraphQL schema plugable to your Apollo server Schema
# Manual
Get started with [the online documentation](https://teamstarter.github.io/gnj-documentation/)
# BREAKING CHANGE
-> The workerMonitoring table is deprecated as of version 1.3.0 but will be reintroduced in the next major update.