Support Scheduler - Getting Started
Warning
Support Scheduler service has been deprecated in EdgeX 3.2. The service will not be immediately removed, but adopters should note that it has been tagged for eventual replacement.
Use the new EdgeX Support Cron Scheduler service instead. The Support Cron Scheduler service is a more flexible and powerful service that provides the same functionality as the Support Scheduler service, but with additional features and improvements.
For more information on the Support Cron Scheduler service, see the Support Cron Scheduler documentation.
Support Scheduler is one of the core EdgeX Services. It is needed for applications that require actions to occur on specific intervals. For solutions that do not require regular actions, it is possible to use the EdgeX framework without support scheduler.
Running Services with Support Scheduler
The simplest way to run all the required services is to use the Compose Builder tool from a terminal window.
-
Clone https://github.com/edgexfoundry/edgex-compose/tree/main
-
Change to the compose-builder folder
-
Run the services
This runs, in non-secure mode, all the standard EdgeX services, including support scheduler, along with the Device Virtual.make run no-secty ds-virtual
Running Services without Support Scheduler
The simplest way to run all the required services is to use the Compose Builder tool from a terminal window.
- Clone https://github.com/edgexfoundry/edgex-compose/tree/main
- Change to the compose-builder folder
- Generate a compose file
make gen no-secty ds-virtual
- Remove support-scheduler from the compose file and resolve any depends on for support scheduler.
- Run the compose file.
This runs, in non-secure mode, all the standard EdgeX services, except for support scheduler, along with the Device Virtual.
make up