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

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.

Awesome Lists containing this project

README

          

# Graphql-Node-Jobs

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Build Status](https://github.com/teamstarter/graphql-node-jobs/workflows/Node%20CI/badge.svg)](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.