-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1402 from jumpingliu/issue-1397-main
fix: Replace support-cron-scheduler with support-scheduler
- Loading branch information
Showing
20 changed files
with
147 additions
and
306 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Support Scheduler | ||
|
||
EdgeX Foundry's Support Scheduler microservice to schedule actions to occur on specific intervals or crontab definition. See Support Scheduler (TBD) for more details about this service. | ||
|
||
## Swagger | ||
|
||
<swagger-ui src="https://raw.githubusercontent.com/edgexfoundry/edgex-go/{{edgexversion}}/openapi/support-scheduler.yaml"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
docs_src/microservices/support/cronScheduler/ApiReference.md
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
docs_src/microservices/support/cronScheduler/Configuration.md
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-209 KB
..._src/microservices/support/cronScheduler/EdgeX_SupportingServicesScheduling.png
Binary file not shown.
104 changes: 0 additions & 104 deletions
104
docs_src/microservices/support/cronScheduler/GettingStarted.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Support Scheduler - API Reference | ||
--- | ||
|
||
# Support Scheduler - API Reference | ||
|
||
|
||
EdgeX Foundry's Support Scheduler microservice schedules actions to occur on specific intervals or a crontab expression scheduled time | ||
|
||
<swagger-ui src="https://raw.githubusercontent.com/edgexfoundry/edgex-go/{{edgexversion}}/openapi/support-scheduler.yaml"/> |
Oops, something went wrong.