Skip to the content.

Table of contents

  1. Getting started
  2. What’s a Job/Batch/Pipeline
  3. Running the server
  4. Creating a worker
  5. The GNJ API
  6. Plugin the server to your express
  7. Q&A
  8. Contributing

Does the jobs persists if the server is stopped?

By default the server runs on a local SQLite database, created at the first start. You can use your own database by providing a Sequelize configuration.

Migration commands are available to migrate your database manually. We strongly advise to specify a dedicated schema when using your own database to avoid any naming overlap or data loss.


Previous: Plugin the server to your express

Next: Contributing


Teamstarter’s other libraries