Skip to content

Commit 7108318

Browse files
committed
Remove Job Result Storage from ROADMAP
1 parent 1f4aeab commit 7108318

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

ROADMAP.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@ This roadmap outlines planned features for Hammerwork, prioritized by impact lev
55
## Phase 1: High Impact, Low-Medium Complexity
66
*Essential features that provide significant value with reasonable implementation effort*
77

8-
### 🔄 Job Result Storage & Retrieval
9-
**Impact: High** | **Complexity: Medium** | **Priority: High**
10-
11-
Essential for jobs that produce results needed by other systems or users.
12-
13-
```rust
14-
// Store job results for later retrieval
15-
let job = Job::new("generate_report".to_string(), params)
16-
.with_result_storage(ResultStorage::Database)
17-
.with_result_ttl(Duration::from_days(30));
18-
19-
// Retrieve job results
20-
let result = queue.get_job_result(&job_id).await?;
21-
```
22-
238
### 📋 Advanced Scheduling Patterns
249
**Impact: Medium-High** | **Complexity: Medium** | **Priority: High**
2510

@@ -321,4 +306,4 @@ This roadmap is based on anticipated user needs and common job queue patterns. I
321306
- Join our community discussions
322307
- Share your use case and requirements
323308

324-
The roadmap will be updated based on user feedback and changing requirements.
309+
The roadmap will be updated based on user feedback and changing requirements.

0 commit comments

Comments
 (0)