-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement the job-scheduler logic #87
Comments
Other plugins seem to interface with |
It looks like the Plugin class (the main class inheriting from OpenSearch's |
A separate class implements A javadoc in this class reads as follows:
|
The SQL plugin uses a model class for scheduled jobs which implements |
That research was already performed in #65 |
#65 's PR only added |
|
Search results pagination can be achieved by means of two distinct methods:
Solution I'm researching how official plugins handle iterating over the search result pages without blocking execution. We have used the provided |
As of commit 3fc33ea, the JobSchedulerExtension has been implemented as explained below:
|
Description
As part of the command manager plugin development and in continuation of #65, we are going to implement the job-scheduler logic to prioritize the commands and send them to the Wazuh Server's Management API.
Plan
Functional requirements
.commands
index inPENDING
status.The text was updated successfully, but these errors were encountered: