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
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-scheduling
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-05T18:05:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T09:11:18.000Z (almost 4 years ago)
- Last Synced: 2025-05-26T20:52:45.542Z (about 1 year ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-scheduling
[](https://npmjs.com/package/jsreport-scheduling)
[](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')({}))
```