feat(workers): runner loop + echo handler
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
5
workers/void_workers/handlers/echo.py
Normal file
5
workers/void_workers/handlers/echo.py
Normal file
@@ -0,0 +1,5 @@
|
||||
NAME = "echo"
|
||||
|
||||
|
||||
def handle(job_data: dict) -> dict:
|
||||
return {"pong": job_data.get("ping", 0)}
|
||||
Reference in New Issue
Block a user