We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b890b9 commit db99e86Copy full SHA for db99e86
1 file changed
docs/cookbook/src/learning/README.md
@@ -66,8 +66,9 @@ Design and build distributed systems with RustAPI.
66
| 3 | `rate-limit-demo` | API protection, throttling |
67
| 4 | `microservices` | Service communication patterns |
68
| 5 | `microservices-advanced` | Service discovery, Consul integration |
69
-| 6 | `job-queue` | Background processing, Redis/Postgres backends |
+| 6 | Background jobs (conceptual) | Background processing with `rustapi-jobs`, Redis/Postgres backends |
70
71
+> Note: The **Background jobs (conceptual)** step refers to using the `rustapi-jobs` crate rather than a standalone example project.
72
**Related Cookbook Recipes:**
73
- [rustapi-jobs](../crates/rustapi_jobs.md)
74
- [Custom Middleware](../recipes/custom_middleware.md)
0 commit comments