this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add dockerfile for worker, use process-pool

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

zzstoatzz 64504a6a 3ca24315

+8 -1
+7
Dockerfile
··· 1 + FROM python:3.13-slim 2 + 3 + RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* 4 + 5 + RUN pip install uv prefect 6 + 7 + CMD ["prefect", "worker", "start", "--pool", "process-pool"]
+1 -1
prefect.yaml
··· 4 4 - name: circadian-lights 5 5 entrypoint: src/solux/flow.py:solux_update 6 6 work_pool: 7 - name: default 7 + name: process-pool 8 8 schedules: 9 9 - interval: 900 10 10 pull: