Fix completed runs not appearing in list + add purge-failed endpoint
- Update save_run_cache to also update actor_id, recipe, inputs on conflict - Add logging for actor_id when saving runs to run_cache - Add admin endpoint DELETE /runs/admin/purge-failed to delete all failed runs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
;; Usage:
|
||||
;; (include :path "../templates/standard-effects.sexp")
|
||||
|
||||
(effect rotate :path "../sexp_effects/effects/rotate.sexp")
|
||||
(effect zoom :path "../sexp_effects/effects/zoom.sexp")
|
||||
(effect blend :path "../sexp_effects/effects/blend.sexp")
|
||||
(effect ripple :path "../sexp_effects/effects/ripple.sexp")
|
||||
(effect invert :path "../sexp_effects/effects/invert.sexp")
|
||||
(effect hue_shift :path "../sexp_effects/effects/hue_shift.sexp")
|
||||
(effect rotate :name "fx-rotate")
|
||||
(effect zoom :name "fx-zoom")
|
||||
(effect blend :name "fx-blend")
|
||||
(effect ripple :name "fx-ripple")
|
||||
(effect invert :name "fx-invert")
|
||||
(effect hue_shift :name "fx-hue-shift")
|
||||
|
||||
Reference in New Issue
Block a user