Planned Features
Worker Queue for Jobs
- Offload long-running conversion jobs to a dedicated worker or queue system
- Support concurrent job execution with resource limits
- Add cancellation and retry support for background work
Custom Computation Scripts
- Accept user-defined computation scripts as a conversion option
- Validate script contracts before execution
- Surface script results in job and output records
Asset And Output Query Improvements
- Move remaining client-side asset filters such as file size and registration date into backend queries
- Add pagination support for large asset and output listings
- Expose richer backend-side filtering for output metadata
Output Inspection
- Expand artifact metadata extraction beyond the current manifest and Parquet summaries
- Surface clearer report and sidecar summaries in output detail responses
Test Coverage And Performance
- Expand integration coverage for authoring edge cases and background execution
- Add performance benchmarks for conversion execution
Last updated on