You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full details: see the [REST API documentation](docs/worker-rest-api.md).
210
277
211
278
## Extending
212
279
213
-
Implement a subclass of `Abstract_Base_Job`, override `get_job_type()` + `execute()`, optionally `should_retry()` and `handle_failure()`. Register dynamically with the `redis_queue_demo_create_job` filter. Full guide: `docs/extending-jobs.md`.
280
+
Implement a subclass of `Abstract_Base_Job`, override `get_job_type()` + `execute()`, optionally `should_retry()` and `handle_failure()`. Register dynamically with the `redis_queue_demo_create_job` filter. Full guide: [Extending Jobs](docs/extending-jobs.md).
214
281
215
282
## Scheduling Workers
216
283
@@ -242,4 +309,4 @@ Made with ❤️ by [Per Søderlind](https://soderlind.com)
242
309
243
310
---
244
311
245
-
For detailed usage, advanced features, troubleshooting, and performance tuning visit `docs/usage.md`.
312
+
For detailed usage, advanced features, troubleshooting, and performance tuning visit the [Usage guide](docs/usage.md). Additional topics: [Scaling](docs/scaling.md), [Maintenance](docs/maintenance.md).
0 commit comments