File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments