This website requires JavaScript.
Explore
Help
Sign In
lda.chat
/
lda-wf
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1,738
Commits
1
Branch
2
Tags
a7018215b79fcdc6eddc002300fe09acb5393ce6
Commit Graph
1738 Commits
This Branch
This Branch
All Branches
fix: serialize deployment revision writes
lda
2026-09-09 21:30:47 +07:00
Verified
a7018215b7
fix: join offloaded scheduler settlement
lda
2026-09-09 21:29:01 +07:00
Verified
c5087fe037
fix: preserve pending occurrence pagination bounds
lda
2026-09-09 21:23:27 +07:00
Verified
384f610301
docs: archive caller cancellation plan
lda
2026-09-09 20:10:28 +07:00
Verified
d8a6795193
docs: align poller comments with freshness rules
lda
2026-09-09 20:09:27 +07:00
Verified
34e026a8f2
style: format scheduling test
lda
2026-09-09 19:56:05 +07:00
Verified
ac560f0212
fix: honor live scheduling revisions at dispatch
lda
2026-09-09 19:53:12 +07:00
Verified
ecb5a76b12
fix: refresh checked workflow contract manifest
lda
2026-09-09 19:34:17 +07:00
Verified
b7c5f4e0eb
fix: expose admitted run filter over RPC
lda
2026-09-09 19:22:05 +07:00
Verified
5cd8d8c7e1
fix: serialize scheduler transitions and coalesce misfires
lda
2026-09-09 19:21:03 +07:00
Verified
953543c5cb
fix: close scheduler persistence and capacity gaps
lda
2026-09-09 19:13:17 +07:00
Verified
787a3c433f
fix: publish schedules after creation watermark
lda
2026-09-09 18:39:00 +07:00
Verified
39993c9d5e
fix: reconcile live scheduled resume cancellation
lda
2026-09-09 18:33:57 +07:00
Verified
86a52adda5
sched: fence scheduled resumes at shutdown so none outlive ownership
lda
2026-09-09 18:08:20 +07:00
Verified
82dc5a80ae
sched: truthful executing marks in capacity test shortcuts; format wave files
lda
2026-09-09 17:33:03 +07:00
Verified
99c038a04f
sched: record resumed stopped results live and idempotently (B3)
lda
2026-09-09 17:27:36 +07:00
Verified
b094385077
sched: gate scheduled resumes on the shared execution slot, with drain tracking (B2)
lda
2026-09-09 17:23:28 +07:00
Verified
ada0239a1c
sched: scope live abandon repair to the broken run; torn settle reconciles genuine result (B1)
lda
2026-09-09 17:13:17 +07:00
Verified
fd2f85ef96
sched: entry-level history cursor so tied occurrence entries paginate exactly once (B4)
lda
2026-09-09 17:08:27 +07:00
Verified
b3302eb197
sched: fix example import order (lint)
lda
2026-09-09 12:21:57 +07:00
Verified
c1c9500e1b
sched: docs, probe retirement, MCP guard, coverage pins, executable example (T14)
lda
2026-09-09 12:21:13 +07:00
Verified
9c4f7de086
sched: crash-safe admin ordering, create watermark, poll freshness (T13 fix)
lda
2026-09-09 12:06:37 +07:00
Verified
e09c08899a
sched: schedule RPC methods, transport/client decoding, round trips (T13)
lda
2026-09-09 11:49:35 +07:00
Verified
2c84aba96b
sched: schedule administration API, admitted inspection, occurrence pages (T13)
lda
2026-09-09 11:33:12 +07:00
Verified
7f00422fd7
sched: real-server lifecycle integration tests incl. death/drain paths (T12)
lda
2026-09-09 11:12:39 +07:00
Verified
414d6f1922
sched: server scheduler wiring, config section, transport lifespan, CLI flag (T12)
lda
2026-09-09 11:01:20 +07:00
Verified
53899d0d75
sched: server lifecycle service with bounded real execution (T12 core)
lda
2026-09-09 10:53:48 +07:00
Verified
42deba6399
sched: sibling-distinct lock identity; reject shared-store overlaps (R4 wave 4)
lda
2026-09-09 10:20:03 +07:00
Verified
c0d36d6b61
sched: one canonical lock identity per composition; checkpoint coherence and ordering authority (R4 wave 3)
lda
2026-09-08 18:57:17 +07:00
Verified
d2c0867f76
sched: bind ownership to store composition; stable recovery failure; schema-checked prepare; guarded settle (R4 wave 2)
lda
2026-09-08 18:36:09 +07:00
Verified
3f1d5d158b
sched: guard record_stopped_execution with proven ownership
lda
2026-09-08 11:49:45 +07:00
Verified
b9d8eb9d16
sched: checkpoint-first reconcile across torn checkpoint/summary writes (F2)
lda
2026-09-08 11:43:37 +07:00
Verified
f7533c00e5
sched: typed history recorder with exactly-once terminal reconcile (F4)
lda
2026-09-08 11:39:13 +07:00
Verified
5a6056b144
sched: select latest eligible occurrence <= now; watermarks never regress (F3)
lda
2026-09-08 11:31:15 +07:00
Verified
78a966d722
sched: persist executing transition before executor; abandon on crash (F1)
lda
2026-09-08 11:29:09 +07:00
Verified
1cf44e3a5c
sched: require proven ownership at poll/admin/recovery entries (F5)
lda
2026-09-08 11:24:40 +07:00
Verified
993ed07fd3
sched: extract typed preparer/dispatcher seams; test impl out of production (F6)
lda
2026-09-08 11:19:48 +07:00
Verified
15bd472bdc
sched: tidy schedule expression test imports
lda
2026-09-08 10:51:58 +07:00
Verified
7f6c832b0b
sched: remediate R4 ownership, identity-match, dispatch-mark, and pending atomicity
lda
2026-09-08 10:51:20 +07:00
Verified
5be3f82253
sched: add held cross-process ownership with real-process tests (T11)
lda
2026-09-08 10:46:17 +07:00
Verified
f1dbe54f61
sched: add startup recovery that never executes work (T10)
lda
2026-09-08 10:46:17 +07:00
Verified
558f0c3e95
sched: add durable resume-attempt marker with store-backed identities (T09)
lda
2026-09-08 10:46:02 +07:00
Verified
d406c1c435
sched: address R3 blockers on pagination, intervals, and fail-closed polling
lda
2026-09-08 10:39:45 +07:00
Verified
be8b40e184
sched: add poll loop with overlap, misfire, fairness, and capacity (T08)
lda
2026-09-08 10:32:30 +07:00
Verified
73cb08e5ca
sched: add schedule models, file store, and deployment revisions (T07)
lda
2026-09-08 10:29:10 +07:00
Verified
7ed759053a
sched: address R2 fail-closed and fault-proof findings
lda
2026-09-08 10:27:37 +07:00
Verified
cf8d28f1ff
sched: route manual runs through durable admission before dispatch (T06)
lda
2026-09-08 10:22:17 +07:00
Verified
3cd61be96d
sched: add durable admission record and admitted run view (T05)
lda
2026-09-08 10:19:28 +07:00
Verified
d0d9fd581e
sched: address R1 findings on shared traversal and resolver threading
lda
2026-09-08 10:15:36 +07:00
Verified
46c2763b66
sched: add typed occurrence expression kind for schedule inputs (T04)
lda
2026-09-08 10:09:31 +07:00
Verified
0ded9b0d40
First
Previous
1
2
3
4
5
...
Next
Last