Commit Graph

22 Commits

Author SHA1 Message Date
Iván Ovejero
f7496a5aae
feat(core): Add per-workflow execution data write bytes metric (#34425) 2026-07-17 10:13:58 +00:00
Jan Kalkan
0b809c987a
fix(core): Delete executions in batches when removing workflows, projects and folders (#34265)
Some checks are pending
Build: Benchmark Image / build (push) Waiting to run
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.22.3) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.16.0) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 19:20:13 +00:00
Lorent Lempereur
e22680b99f
fix(core): Close the durable scheduler's record-then-dispatch effect boundary (#34014)
Co-authored-by: Emilia <100027345+sovietspaceship@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 09:47:10 +00:00
Iván Ovejero
5514fe921c
refactor(core): Store execution data via blob storage primitives (#33935) 2026-07-10 12:17:36 +00:00
Iván Ovejero
b8cad6b843
refactor(core): Decouple DB from blob store interface (#33563) 2026-07-07 13:08:44 +00:00
Daria
9d95a5421d
feat(core): Display canvas groups in execution view (#32864) 2026-06-25 11:37:54 +00:00
Emilia
524d4e8fb8
fix(core): Limit execution data size for display reads (#32508)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 06:29:46 +00:00
Iván Ovejero
1d6415cd59
feat(core): Add Azure storage mode for execution data (#32368) 2026-06-18 11:33:04 +00:00
Mike Repeć
10856a4f4d
feat(core): Track binary data size on execution entity rows (no-changelog) (#32387)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 15:14:27 +00:00
Iván Ovejero
2a6acf3cd6
feat(core): Add S3 storage mode for execution data (#32226) 2026-06-15 10:48:13 +00:00
Mike Repeć
612cb772c2
feat(core): Add sizeBytes and workflowVersionId to executions (no-changelog) (#32067)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2026-06-12 09:44:19 +00:00
Iván Ovejero
a17f8e8bbb
refactor(core): Migrate execution service to ExecutionPersistence (#31762) 2026-06-05 11:41:46 +00:00
Iván Ovejero
b858fbe91f
feat(core): Add Prometheus metrics for execution data (#31655) 2026-06-04 09:51:21 +00:00
Iván Ovejero
c8ef1be0d4
perf(core): Skip execution data pre-read on full overwrite (#31634) 2026-06-03 10:27:32 +00:00
Iván Ovejero
f83efe5b04
fix(core): Lock execution row during data-only condition re-check (#31547) 2026-06-02 13:17:04 +00:00
Mike Repeć
01dec32c0a
refactor(core): Add findById and findMany to ExecutionPersistence (no-changelog) (#30467)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 09:45:32 +00:00
Iván Ovejero
c33a772cc0
refactor(core): Reject combining requireStatus and requireNotCanceled (#31501) 2026-06-02 08:21:15 +00:00
Mike Repeć
b75c72850d
refactor(core): Add update method to ExecutionPersistence (no-changelog) (#30447)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 08:22:49 +00:00
mfsiega
b8b75719ba
feat(core): Warn and skip on duplicate scheduled executions (#28649)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 10:16:12 +00:00
Iván Ovejero
65a5495cc9
perf(core): Optimize execution deletions for throughput (#27336) 2026-03-26 18:15:29 +00:00
Iván Ovejero
c4ce0fbfbb
refactor(core): Route execution creation through ExecutionPersistence (#24912) 2026-01-30 12:46:53 +00:00
Iván Ovejero
1522df3712
refactor(core): Introduce ExecutionPersistence service (#24857) 2026-01-27 09:59:51 +00:00