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

Job queue #1283

Merged
merged 5 commits into from
Mar 11, 2019
Merged

Job queue #1283

merged 5 commits into from
Mar 11, 2019

Conversation

jesusgn90
Copy link
Contributor

Hi team, this PR adds a job queue so we can execute delayed tasks (such an API call).

This first iteration accepts Wazuh API request with a delay parameter in milliseconds. If delay is given, the API request is added to the queue and executed once its startAt property is equal or lower than the current server date.

Best regards,
Jesús

@jesusgn90 jesusgn90 merged commit 6f41383 into 3.9-6.6 Mar 11, 2019
@jesusgn90 jesusgn90 deleted the jobs branch March 11, 2019 08:34
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.

1 participant