Skip to content
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

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

jumpingliu
Copy link
Contributor

@jumpingliu jumpingliu commented Nov 14, 2024

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:

  • Changes have been rendered and validated locally using mkdocs-material (see edgex-docs README)

@jumpingliu jumpingliu requested review from cloudxxx8 and removed request for cloudxxx8 November 14, 2024 03:21
@jumpingliu jumpingliu marked this pull request as draft November 14, 2024 03:22
@jumpingliu jumpingliu marked this pull request as ready for review November 14, 2024 03:24
@jumpingliu jumpingliu requested a review from cloudxxx8 November 14, 2024 03:25
Copy link
Member

@cloudxxx8 cloudxxx8 left a 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

@cloudxxx8 cloudxxx8 merged commit 76816b0 into edgexfoundry:main Nov 18, 2024
2 of 3 checks passed
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.
Copy link
Member

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.
Copy link
Member

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.

edgex-jenkins added a commit that referenced this pull request Nov 18, 2024
@jumpingliu jumpingliu deleted the issue-1397-main branch November 19, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace support-cron-scheduler with support-scheduler
2 participants