wabe-next
TypeScript icon, indicating that this package has built-in type declarations

7.2.0 • Public • Published

wabe-ts Wabe.io's NextJS Typescript utilities

Server worker environment parameters

  • Workers run mode

auto TODO load Loads the worker but does not start it start Loads and starts the worker

WORKERS

Workers accepts a comma-separated list of individual workers configuration in the form

[] optional <> replace with real data | mutually exclusive options

WORKERS=[<quantity to launch>][@]<worker name>[:][auto|load|start],<etc>
  • BLOCK_ROUTES

never Does not block routes in any case

auto (default) Block all routes (except for "/wmgr") if workers are provisioned

  • WORKER_MANAGER_MODE

auto (default) In DEV environment, it will enable service routes and UI if at least one worker is provisioned. In PRODUCTION mode will disable both.

force Enables service routes and UI. Will not start if no workers are assigned to this node.

force-svc Enables service routes only. Will not start if no workers are assigned to this node.

Readme

Keywords

Package Sidebar

Install

npm i wabe-next

Weekly Downloads

108

Version

7.2.0

License

MIT

Unpacked Size

76.4 kB

Total Files

43

Last publish

Collaborators

  • wabe.io