-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Replace support-cron-scheduler with support-scheduler #1402
Conversation
Signed-off-by: melody <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging this PR for fixing the API path, but need a following PR to fix the purpose page
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](../cronScheduler/Purpose.md). | ||
Support Scheduler is one of the EdgeX Support Services which aims to replace the old Support Scheduler serivce. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The v4 Support Scheduler is a brand new EdgeX microservice which aima to replace the old Support Scheduler before v3. It supports both cron and interval type definition schedule jobs.
@@ -6,27 +6,10 @@ title: Support Scheduler - Purpose | |||
|
|||
![image](EdgeX_SupportingServicesScheduling.png) | |||
|
|||
The support scheduler microservice provide an internal EdgeX “clock” that can kick off operations in any EdgeX service. At a configuration specified time (called an **interval**), the service calls on any EdgeX service API URL via REST to trigger an operation (called an **interval action**). For example, the scheduler service periodically calls on core data APIs to clean up old sensed events that have been successfully exported out of EdgeX. | |||
The support cron scheduler microservice provides a mechanism that can kick off operations in any EdgeX service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Support Scheduler microservice provides a mechanism that can kick off operations in any EdgeX service.
Signed-off-by: edgex-jenkins <[email protected]>
close #1397
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-docs/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements: