5d8449b07c
- Fix 9 compilation errors in processing.rs: - memory_mb typo (mem_mb) - download_json return type - Chunk from_row (use row_to_json) - ProgressResponse/SystemHealthInfo/ProcessorProgressInfo Deserialize - Remove flush_all/flush (methods don't exist) - Add pub mod processing to api/mod.rs - Merge processing::processing_routes() into server router