feat: add orchestrator logic to the gem #128
Merged
AlanAlvarez21 merged 1 commit intomainfrom Feb 7, 2025
Merged
Conversation
b8a6cf6 to
118c8ad
Compare
bd210a9 to
fc7cb46
Compare
Pull Request Test Coverage Report for Build 13204494497Details
💛 - Coveralls |
Closed
026782d to
e33ee9f
Compare
e07fe07 to
64f7d66
Compare
L-Zuluaga
reviewed
Feb 6, 2025
Member
L-Zuluaga
left a comment
There was a problem hiding this comment.
I left some suggestions, but overall everything looks good, lets see if @FelipeGuzmanSierra has additional comments for you
Collaborator
FelipeGuzmanSierra
left a comment
There was a problem hiding this comment.
I left a few comments, let me know if you want to discuss them!
3b0390a to
a1e263a
Compare
Contributor
Author
|
Fixed implemented ! @L-Zuluaga @FelipeGuzmanSierra Thanks! |
a1e263a to
cb570af
Compare
Member
|
@AlanAlvarez21 Latest commits aren't correctly signed |
cb570af to
80121fc
Compare
80121fc to
861a8e3
Compare
Contributor
Author
fixed @FelipeGuzmanSierra , |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Added orchestrator logic to manage and execute scheduled scripts based on time intervals, specific times, and days. Includes a manager class to handle the execution flow and corresponding tests.