Skip to content

Commit db99e86

Browse files
TuntiiCopilot
andauthored
Update docs/cookbook/src/learning/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7b890b9 commit db99e86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/cookbook/src/learning/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ Design and build distributed systems with RustAPI.
6666
| 3 | `rate-limit-demo` | API protection, throttling |
6767
| 4 | `microservices` | Service communication patterns |
6868
| 5 | `microservices-advanced` | Service discovery, Consul integration |
69-
| 6 | `job-queue` | Background processing, Redis/Postgres backends |
69+
| 6 | Background jobs (conceptual) | Background processing with `rustapi-jobs`, Redis/Postgres backends |
7070

71+
> Note: The **Background jobs (conceptual)** step refers to using the `rustapi-jobs` crate rather than a standalone example project.
7172
**Related Cookbook Recipes:**
7273
- [rustapi-jobs](../crates/rustapi_jobs.md)
7374
- [Custom Middleware](../recipes/custom_middleware.md)

0 commit comments

Comments
 (0)