-
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
New REST Endpoints for Content Import Job Management #30550
Comments
Thanks for the detailed user story! I have a few comments to ensure we align with the comprehensive goals outlined in our Import/Export API documentation:
|
1. Multilingual and Relationship Handling: The current import process already handles multilingual and relationships, so, this is covered. 2. Dry-Run Feature: Correct, the dry-run (or "Preview" in our current import) feature will run under the 3. Binary Content Consideration: Same as number 1, as we are "sharing" the current import logic in our new import processor, the binary case is handled, like you said, the binary must already exist in dotCMS and it is referenced by path. 4. Performance Expectations: This is something we need to investigate, during my local testing I imported 30,000 contentlets in like 6mins, but, this is locally and using a very simple content type, so I would need to run tests to provide more realistic numbers. |
Parent Issue
#29575
Task
We need to create REST endpoints to interact with the new
com.dotcms.jobs.business.processor.impl.ImportContentletsProcessor
to manage content import operations through a job queue system.Objectives
REST Endpoints Specification
Technical Requirements
Import Features:
Error Handling:
Proposed Objective
Core Features
Proposed Priority
Priority 2 - Important
Acceptance Criteria
Tasks
The text was updated successfully, but these errors were encountered: