mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Fix broken Docket links in task docs
The example README pointed at github.com/PrefectHQ/docket (404); the canonical repo is chrisguidry/docket. Point the docs' Docket-docs link at the canonical docket.lol.
This commit is contained in:
parent
53741dc9c7
commit
cb4419ed02
2 changed files with 2 additions and 2 deletions
|
|
@ -314,4 +314,4 @@ async def my_task(
|
||||||
return "Done"
|
return "Done"
|
||||||
```
|
```
|
||||||
|
|
||||||
With `CurrentDocket()`, you can schedule additional background tasks, chain work together, and coordinate complex workflows. See the [Docket documentation](https://chrisguidry.github.io/docket/) for the complete API, including retry policies, timeouts, and custom dependencies.
|
With `CurrentDocket()`, you can schedule additional background tasks, chain work together, and coordinate complex workflows. See the [Docket documentation](https://docket.lol/) for the complete API, including retry policies, timeouts, and custom dependencies.
|
||||||
|
|
|
||||||
|
|
@ -72,4 +72,4 @@ python -m fastmcp_tasks.worker_cli worker server.py # extra worker(s) in oth
|
||||||
|
|
||||||
- [Server background tasks](https://gofastmcp.com/servers/tasks)
|
- [Server background tasks](https://gofastmcp.com/servers/tasks)
|
||||||
- [Client background tasks](https://gofastmcp.com/clients/tasks)
|
- [Client background tasks](https://gofastmcp.com/clients/tasks)
|
||||||
- [Docket](https://github.com/PrefectHQ/docket)
|
- [Docket](https://github.com/chrisguidry/docket)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue