• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-08 14:59:52 +00:00
ba244b9ebc Add PostgreSQL + IPFS backend, rename configs to recipes
giles pushed to main at art-dag/client 2026-01-08 14:59:41 +00:00
f4da1fffb2 Rename config commands to recipe
giles pushed to main at art-dag/celery 2026-01-08 03:38:21 +00:00
4639a98231 lists of shares. job deletion only deltes outputs
giles pushed to main at art-dag/client 2026-01-08 03:20:13 +00:00
ce90570039 Update README with config commands
giles pushed to main at art-dag/celery 2026-01-08 03:20:06 +00:00
63ec895514 Update README with config endpoints
giles pushed to main at art-dag/celery 2026-01-08 03:18:55 +00:00
4a99866602 Add config/recipe support for DAG-based jobs
giles pushed to main at art-dag/client 2026-01-08 03:18:30 +00:00
d185683e93 Add config CLI commands
giles pushed to main at art-dag/celery 2026-01-08 02:44:28 +00:00
f23a721816 Use local pinned metadata for deletion checks instead of L2 API
giles pushed to main at art-dag/celery 2026-01-08 02:21:08 +00:00
f61c82dd51 Add PYTHONPATH to Dockerfile for worker imports
giles pushed to main at art-dag/celery 2026-01-08 02:11:39 +00:00
01f6db0621 Add debug logging to cache lookup
giles pushed to main at art-dag/client 2026-01-08 02:03:39 +00:00
2cba9c3ba6 Add delete-run and delete-cache commands
giles pushed to main at art-dag/celery 2026-01-08 02:02:58 +00:00
3e12596dbf Fix cache lookup to work across processes
giles pushed to main at art-dag/celery 2026-01-08 01:53:37 +00:00
13b93ab17c Add delete button for runs in UI
giles pushed to main at art-dag/celery 2026-01-08 01:48:34 +00:00
6142c8bbab Allow failed runs to always be deleted
giles pushed to main at art-dag/celery 2026-01-08 01:47:46 +00:00
0e4f596401 Fix render_effect to find uploads in new cache location
giles pushed to main at art-dag/celery 2026-01-08 01:45:41 +00:00
ff195a7ce5 Add multi-step DAG execution support
giles pushed to main at art-dag/celery 2026-01-08 01:37:26 +00:00
034c7542c4 Fix cache listing to include files from new structure
giles pushed to main at art-dag/celery 2026-01-08 01:29:10 +00:00
a97c6309d5 Fix deletion rules: runs deletable, cache items protected
giles pushed to main at art-dag/celery 2026-01-08 01:21:19 +00:00
f8ec42b445 Refactor cache access to use cache_manager consistently
giles pushed to main at art-dag/celery 2026-01-08 01:08:42 +00:00
26768b5942 Fix cache file serving after cache_manager integration