All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add auth-svc /validate endpoint for token checking Add chat-svc with auth client and Redis task queue Add worker-svc chat handler for task processing Co-Authored-By: Claude Code <claude@anthropic.com>
6 lines
82 B
YAML
6 lines
82 B
YAML
name: worker-svc
|
|
type: worker
|
|
path: workers/worker-svc
|
|
dependencies:
|
|
- postgres
|