# job_helper

> A helper lib for a Sequelize/Postgres backed in-process job queue

Latest version **1.3.0** (published 2017-07-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install job_helper
pnpm add job_helper
yarn add job_helper
bun add job_helper
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.0 |
| Published | 2017-07-13 |
| First published | 2017-03-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | david@banham.id.au |
| Maintainers | davidbanham |
| Keywords | postgres, job, queue, sequelize |

## Links

- npm: https://www.npmjs.com/package/job_helper
- Repository: https://github.com/davidbanham/job_helper
- Homepage: https://github.com/davidbanham/job_helper#readme
- Issues: https://github.com/davidbanham/job_helper/issues
- npm.io page: https://npm.io/package/job_helper

## Dependencies (1)

- [cron-parser](https://npm.io/package/cron-parser.md) ^2.3.1

## Alternatives

- [cron](https://npm.io/package/cron.md) — 4.9M weekly downloads
- [@vercel/queue](https://npm.io/package/@vercel/queue.md) — 731.6K weekly downloads
- [create-sonicjs](https://npm.io/package/create-sonicjs.md) — 1.6K weekly downloads
- [@exellix/jobs-api](https://npm.io/package/@exellix/jobs-api.md) — 941 weekly downloads
- [@forwardimpact/libskill](https://npm.io/package/@forwardimpact/libskill.md) — 575 weekly downloads

## Recent versions

- 1.3.0 (latest) — 2017-07-13
- 1.2.0 — 2017-04-21
- 1.1.0 — 2017-03-14
- 1.0.0 — 2017-03-14

## README

## What?

This is a lib that makes it quick and easy to set up an in-process job queue. It's tightly coupled to Sequelize and Postgres so if that isn't your persistence layer, look elsewhere.

You won't get as robust a solution as you could build on top of an actual distributed message queue, but it'll get you out of a tight spot. It's safe for multiple publishers and consumers to run against concurrently.

## How?

Take a look at `example/src/jobs/index.js`. It's an example of a way to drive the helper. It's designed to, in turn, be driven by `example/bin.js`.

There are also example model and migration files in the `example` dir.

## Where?

`npm install job_helper`

---
_Source: https://npm.io/package/job_helper · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
