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

Add PoC extending the Job-Scheduler plugin #66

Closed
wants to merge 8 commits into from

Conversation

AlexRuiz7
Copy link
Member

@AlexRuiz7 AlexRuiz7 commented Sep 17, 2024

Description

This PR adds a Proof of Concept of the Command Manager plugin, extending the Job Scheduler plugin.

The Job Scheduler is correctly added as a dependency of the plugin.

Issues Resolved

Closes #65

@AlexRuiz7 AlexRuiz7 self-assigned this Sep 17, 2024
@f-galland
Copy link
Member

Gradle's run job now loads both the command manager and the opensearch-job-scheduler plugin properly:

fede@tyner:~/IdeaProjects/wazuh-indexer-plugins (65-job-scheduler-research +)
$ curl http://localhost:9200/_cat/plugins
integTest-0 opensearch-job-scheduler      2.16.0.0-SNAPSHOT
integTest-0 wazuh-indexer-command-manager 5.0.0.0

@AlexRuiz7
Copy link
Member Author

Updated with latest changes on master

@AlexRuiz7 AlexRuiz7 changed the title Add PoC extending the Job-Scheduler plugin Implement the Job Scheduler logic Oct 14, 2024
@AlexRuiz7 AlexRuiz7 linked an issue Oct 14, 2024 that may be closed by this pull request
7 tasks
@AlexRuiz7 AlexRuiz7 changed the title Implement the Job Scheduler logic Add PoC extending the Job-Scheduler plugin Oct 14, 2024
@AlexRuiz7 AlexRuiz7 removed a link to an issue Oct 14, 2024
7 tasks
@AlexRuiz7
Copy link
Member Author

Implementation continues in #103.

@AlexRuiz7 AlexRuiz7 closed this Oct 14, 2024
@AlexRuiz7 AlexRuiz7 deleted the 65-job-scheduler-research branch October 14, 2024 16:29
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.

Research how to implement a plugin that extends the job-scheduler
2 participants