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

feat(JobQueue Resource) Refs: 29480 #30303

Merged
merged 32 commits into from
Oct 10, 2024
Merged

Conversation

fabrizzio-dotCMS
Copy link
Contributor

@fabrizzio-dotCMS fabrizzio-dotCMS commented Oct 8, 2024

Proposed Changes

This PR includes the integration of the JobQueue implementation with rest services.
Functionalities such as List, Cancel, Status, Create, and Monitor can be found here
It also includes two sample JobProcessors to serve as examples and used be the respective postman tests

This PR fixes: #29480

@dotCMS dotCMS deleted a comment from mergify bot Oct 9, 2024
@fabrizzio-dotCMS fabrizzio-dotCMS marked this pull request as ready for review October 9, 2024 21:00
Copy link
Contributor

@jgambarios jgambarios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work Fabro!

Copy link
Contributor

@valentinogiardino valentinogiardino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work!

@fabrizzio-dotCMS fabrizzio-dotCMS added this pull request to the merge queue Oct 10, 2024
Merged via the queue into main with commit 3c5afd7 Oct 10, 2024
35 checks passed
@fabrizzio-dotCMS fabrizzio-dotCMS deleted the issue-29480-resource-job-queue branch October 10, 2024 21:10
spbolton pushed a commit that referenced this pull request Nov 11, 2024
### Proposed Changes
This PR includes the integration of the JobQueue implementation with
rest services.
Functionalities such as List, Cancel, Status, Create, and Monitor can be
found here
It also includes two sample JobProcessors to serve as examples and used
be the respective postman tests
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.

Implement the REST Endpoint to manage the job queue
3 participants