Type alias DatabaseQueueOptions

DatabaseQueueOptions: {
    autostart: boolean;
}

Options for the DatabaseQueue.

Type declaration

  • autostart: boolean

    Whether to automatically start the queue.