• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-02-03 00:07:35 +00:00
3ec045c533 Add _stream_time and skip() to CIDVideoSource
giles pushed to main at art-dag/celery 2026-02-03 00:06:11 +00:00
3bff130e57 Add path property to CIDVideoSource
giles pushed to main at art-dag/celery 2026-02-03 00:02:24 +00:00
414cbddd66 Fix VideoSource import path
giles pushed to main at art-dag/celery 2026-02-03 00:00:33 +00:00
89b2fd3d2e Add debug logging to resolve_asset
giles pushed to main at art-dag/celery 2026-02-02 23:59:40 +00:00
3d5a08a7dc Don't overwrite pre-registered primitives in _load_primitives
giles pushed to main at art-dag/celery 2026-02-02 23:56:15 +00:00
d8360e5945 Use Celery task logger for debug
giles pushed to main at art-dag/celery 2026-02-02 23:54:19 +00:00
44066e9bdd Use warnings for debug output
giles pushed to main at art-dag/celery 2026-02-02 23:51:56 +00:00
b2be9ff976 Clear Python bytecode cache on worker start
giles pushed to main at art-dag/celery 2026-02-02 23:46:23 +00:00
32474380fa Add module load debug
giles pushed to main at art-dag/celery 2026-02-02 23:44:36 +00:00
5bd055f031 Use print for debug output
giles pushed to main at art-dag/celery 2026-02-02 23:41:07 +00:00
cbdae70b66 Add more debug logging for primitive override
giles pushed to main at art-dag/celery 2026-02-02 23:37:59 +00:00
2d520cf256 Allow admin token auth for stream endpoint
giles pushed to main at art-dag/celery 2026-02-02 23:34:10 +00:00
e6dd6e851c Add debug logging for CID video source resolution
giles pushed to main at art-dag/celery 2026-02-02 23:28:21 +00:00
2081092ce8 Add ADMIN_TOKEN for admin endpoints and allow token-based auth
giles pushed to main at art-dag/celery 2026-02-02 23:24:46 +00:00
d20eef76ad Fix completed runs not appearing in list + add purge-failed endpoint
giles pushed to main at art-dag/client 2026-02-02 19:18:59 +00:00
0242c0bb22 Add stream command for streaming recipes
giles pushed to main at art-dag/celery 2026-02-02 19:18:48 +00:00
581da68b3b Add streaming endpoint to runs router
giles pushed to main at art-dag/celery 2026-02-02 19:10:20 +00:00
bb458aa924 Replace batch DAG system with streaming architecture
giles pushed to main at art-dag/celery 2026-02-02 18:46:21 +00:00
270eeb3fcf Add artdag-effects to gitignore
giles pushed to main at art-dag/celery 2026-02-02 18:38:11 +00:00
f290c9f01e Mount source code volume for development hot-reload