better-jobs
Version:
A project template to bootstrap NPM package with Typescript
8 lines (7 loc) • 353 B
Markdown
# Goals:
- Single dependency - better-sqlite3.
- Embedded in the app - easy to create jobs, don't need an API. Create jobs within main thread. Then pull jobs in the worker thread.
- Support queues.
- Assume there will be multiple Node instances each with its own Job worker.
- Persist.
- Admin UI that can be embedded into existing express-like server.