-
Notifications
You must be signed in to change notification settings - Fork 467
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
Conversation
….com/dotCMS/core into issue-29480-resource-job-queue-take2
….com/dotCMS/core into issue-29480-resource-job-queue-take2
…otCMS/core into issue-29480-resource-job-queue
dotCMS/src/main/java/com/dotcms/rest/api/v1/job/JobQueueResource.java
Outdated
Show resolved
Hide resolved
dotCMS/src/main/java/com/dotcms/jobs/business/api/JobProcessorScanner.java
Show resolved
Hide resolved
…otCMS/core into issue-29480-resource-job-queue
…otCMS/core into issue-29480-resource-job-queue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work Fabro!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work!
Quality Gate passedIssues Measures |
### 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
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