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

https://github.com/jsreport/jsreport-scheduling

jsreport extension for scheduling background rendering jobs
https://github.com/jsreport/jsreport-scheduling

Last synced: 12 months ago
JSON representation

jsreport extension for scheduling background rendering jobs

Awesome Lists containing this project

README

          

**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--

# jsreport-scheduling
[![NPM Version](http://img.shields.io/npm/v/jsreport-scheduling.svg?style=flat-square)](https://npmjs.com/package/jsreport-scheduling)
[![Build Status](https://travis-ci.org/jsreport/jsreport-scheduling.png?branch=master)](https://travis-ci.org/jsreport/jsreport-scheduling)

> jsreport extension for scheduling background rendering jobs

See https://jsreport.net/learn/scheduling

## Installation
> npm install jsreport-resources

## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-scheduling)

```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-scheduling')({}))
```