mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
This also performs a one-time migration of the DOKKU_SCHEDULER values the scheduler plugin properties. Closes #4739
538 B
538 B
Null Scheduler
New as of 0.25.0
The null scheduler does nothing, and is useful for routing to services not managed by Dokku. It should not be used in normal operation. Please see the network documentation for more information on the aforementioned use case.
Usage
Detection
This scheduler is never auto-detected. The scheduler must be specified via the scheduler:set command:
dokku scheduler:set node-js-app selected null