Workers
Inspect and run background jobs.
Synopsis
Background jobs (workers) normally run on the schedule set under the ‘workers:’ key in the config file. These subcommands let you see what is configured and run a job immediately, without waiting for its next tick.
Options
-h, --help help for workers
Options inherited from parent commands
--config string Config file path (default "xodbox.yaml")
--debug Debug mode
--reset-db Reset database
SEE ALSO
- xodbox - A network interaction listening post
- xodbox workers list - List the background jobs configured in the config file.
- xodbox workers run - Run a background job once, immediately.