Commits
Click on a commit to change the comparison rangefix: use correct OpenAPI schema names with -Output suffix
The generated OpenAPI types have -Input/-Output suffixes for schemas with
validators. Update UI code to use the -Output variant since these are
response types.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> docs: update self-hosted docs for docket-based background services
- Remove separate background service (prefect server services start)
- Background services now run embedded in API servers via docket workers
- Remove invalid PREFECT_SERVER_CONCURRENCY_LEASE_STORAGE setting
- Update architecture diagram to show docket workers in API servers
- Add note explaining docket's Redis-based task coordination
- Simplify docker-compose example (no separate background container)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> refactor: use docket.register_collection for task registration
Simplify task registration by using docket's register_collection() method
instead of 13 individual register() calls. This makes it easier to add
new tasks - just append to the task_functions list.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> Revert "docs: update self-hosted docs for docket-based background services"
This reverts commit 06231984f3f6db5bf891168030e91ccd37f963f4. docs: update self-hosted docs for docket-based background services
- Update architecture diagram to show horizontally scaled background services
- Remove invalid PREFECT_SERVER_CONCURRENCY_LEASE_STORAGE setting
- Add note explaining horizontal scaling with Redis consumer groups
- Add Docker Compose example with 3 horizontally scaled background services
- Update Redis description to show consumer groups coordination
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>