You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the job management system, we need to integrate the existing import and export functionality as a Job that can be called via the new REST endpoint. The current logic in src/main/java/com/dotmarketing/util/ImportUtil.java must be preserved and reused as much as possible. Additionally, we need to address the memory handling issue when importing large files, ensuring that the entire file is not loaded into memory at once.
The Task should be callable from the new endpoint build in the Epic
Acceptance Criteria
The import and export jobs can be created and enqueued using the /jobs endpoint.
The status of these jobs can be queried and monitored.
Jobs can be canceled and retried as needed.
Even if the job fails and a rollback is triggered within the Job execution context. This should not affect the parent transaction that controls JobQueueManager
Proposed Objective
Core Features
Proposed Priority
Priority 3 - Average
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The content you are editing has changed. Please copy your edits and refresh the page.
Parent Issue
#29575
User Story
As part of the job management system, we need to integrate the existing import and export functionality as a Job that can be called via the new REST endpoint. The current logic in
src/main/java/com/dotmarketing/util/ImportUtil.java
must be preserved and reused as much as possible. Additionally, we need to address the memory handling issue when importing large files, ensuring that the entire file is not loaded into memory at once.The Task should be callable from the new endpoint build in the Epic
Acceptance Criteria
Proposed Objective
Core Features
Proposed Priority
Priority 3 - Average
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
Tasks
The text was updated successfully, but these errors were encountered: