🖍️
graphql-node-jobs
  • Graphql-Node-Jobs
  • What's a Job/Batch/Pipeline?
  • Running the server
  • Creating a worker
  • The GNJ API
  • Plugin the server to your express
  • Q&A
  • Contributing
Powered by GitBook
On this page

Was this helpful?

Q&A

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.

PreviousPlugin the server to your expressNextContributing

Last updated 5 years ago

Was this helpful?