ta
TanStack
GitHub
pacer
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
pacer
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
e063ad75 docs: readability pass on overview, quick start, devtools, and adapter pages (#252) * docs: readability pass on overview, quick start, devtools, and adapter pages Rewrite the hype-heavy overview intro, tighten feature bullets, fix the 'Famarilizing' typo and 'If want' grammar error in quick start, dedupe the devtools production-builds note, simplify the adapter selector and provider prose, and convert title-case headings to sentence case to match the guides. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * ci: apply automated fixes --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Kevin Van ...
K
Succeeded
docs/readability-pass
b06282ec Merge 2a261c389e0ea688c51ba7c303faecd34b85815c into a6c4edfcc58602fcd650f58f0394ece9b67338a6
by Kevin Van ...
K
Succeeded
docs/readability-pass
f3fc0afb Merge ad5d1c04c1e0a119af65baa9bf2dcf105ad1179f into a6c4edfcc58602fcd650f58f0394ece9b67338a6
by Kevin Van ...
K
Succeeded
main
a6c4edfc docs: correct some doc drift (#250)
by Kevin Van ...
K
Succeeded
docs-guides-rewrite
b0ce40d0 Merge d30783447afbb796bf7537dc2bd19a9727bda90b into cd3fec1990f7879f13887d4c988ebc4a40b5d481
by Kevin Van ...
K
Succeeded
main
dc47121f fix: falsy queue items, AsyncRetryer memory leak, wait bypass, and Awaited return types (#246) * fix: falsy queue items, AsyncRetryer devtools leak, wait bypass, and Awaited return types Closes #200, #198, #188, #156 Co-Authored-By: Simon Meyer <33751665+simonmeyerrr@users.noreply.github.com> Co-Authored-By: Calum Jarvis <92122419+caluhm@users.noreply.github.com> Co-Authored-By: Vincent Ricard <vincent.ricard@albertapp.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: flush error-path stalls, duplicate-item concurrency accounting, and callback docs Addresses review feedback: flush()/flushAsBatch() now restore the tick chain even when a task or batch function rejects (flush uses allSettled and rethrows after state restoration, with remaining items resuming at the normal wait spacing); execute() removes a single activeItems occurrence so duplicate item values cannot exceed the concurrency limit; react/preact async callback docstrings no longer claim throttled/superseded calls resolve with undefined. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: reject undefined items in AsyncQueuer and Queuer undefined is the internal "no item" sentinel used by peekNextItem/getNextItem, so an enqueued undefined item would wedge the processing loop and block every item behind it. addItem now rejects undefined through the standard rejection path (rejectionCount + onReject + return false) in both queuers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: activeItems immutability, accurate isExecuting with overlapping executions, and throttled callback docs #tick now copies activeItems before mutating so store state is never dirtied in place and array-reference selectors observe changes. AsyncQueuer and AsyncRateLimiter keep isExecuting true until every overlapping execution settles (derived from the live retryer count) instead of clearing it when the first one finishes. The flushAsBatch mid-batch test now pins the queue via pendingTick so it genuinely exercises the finally-restart. Throttled callback docstrings now describe the actual promise resolution: only the most recent call gets the trailing result; earlier calls resolve with the previous result. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Simon Meyer <33751665+simonmeyerrr@users.noreply.github.com> Co-authored-by: Calum Jarvis <92122419+caluhm@users.noreply.github.com> Co-authored-by: Vincent Ricard <vincent.ricard@albertapp.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
c7b54ed5 fix: activeItems immutability, accurate isExecuting with overlapping executions, and throttled callback docs #tick now copies activeItems before mutating so store state is never dirtied in place and array-reference selectors observe changes. AsyncQueuer and AsyncRateLimiter keep isExecuting true until every overlapping execution settles (derived from the live retryer count) instead of clearing it when the first one finishes. The flushAsBatch mid-batch test now pins the queue via pendingTick so it genuinely exercises the finally-restart. Throttled callback docstrings now describe the actual promise resolution: only the most recent call gets the trailing result; earlier calls resolve with the previous result. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
c7b54ed5 Merge edb6b61c4503a472ecfce975f1a8eff97c2ff91e into bd9621752367c1446430af9146b72e04ed991798
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
ad1ae605 fix: reject undefined items in AsyncQueuer and Queuer undefined is the internal "no item" sentinel used by peekNextItem/getNextItem, so an enqueued undefined item would wedge the processing loop and block every item behind it. addItem now rejects undefined through the standard rejection path (rejectionCount + onReject + return false) in both queuers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
ad1ae605 Merge 58a9745dd49a1e384cf9a51086c5b6e66c65e9d1 into bd9621752367c1446430af9146b72e04ed991798
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
61b37d32 fix: flush error-path stalls, duplicate-item concurrency accounting, and callback docs Addresses review feedback: flush()/flushAsBatch() now restore the tick chain even when a task or batch function rejects (flush uses allSettled and rethrows after state restoration, with remaining items resuming at the normal wait spacing); execute() removes a single activeItems occurrence so duplicate item values cannot exceed the concurrency limit; react/preact async callback docstrings no longer claim throttled/superseded calls resolve with undefined. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
61b37d32 Merge aaf064b3290f9a7b6773ed969ac9ba488cd88c81 into bd9621752367c1446430af9146b72e04ed991798
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
32a66792 Merge 4ab7a8f67a62c9b5683faa614f564243c5e215d5 into bd9621752367c1446430af9146b72e04ed991798
by Kevin Van ...
K
Succeeded
fix/async-utils-issue-batch
32a66792 fix: falsy queue items, AsyncRetryer devtools leak, wait bypass, and Awaited return types Closes #200, #198, #188, #156 Co-Authored-By: Simon Meyer <33751665+simonmeyerrr@users.noreply.github.com> Co-Authored-By: Calum Jarvis <92122419+caluhm@users.noreply.github.com> Co-Authored-By: Vincent Ricard <vincent.ricard@albertapp.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Kevin Van ...
K
Succeeded
update-deps
594ea773 update node version req
by Kevin Van ...
K
Succeeded
update-deps
594ea773 Merge 69d49ca88de4206a56c66a9b70a9216fcf0b69f6 into 1da8e6470f9e8b08c821ddd926cb755429bc8cec
by Kevin Van ...
K
Succeeded
update-deps
9b74da1c Merge 5b47e10c2a3c07c25b915f3188718b07e9a32891 into 1da8e6470f9e8b08c821ddd926cb755429bc8cec
by Kevin Van ...
K
Failed
update-deps
9b74da1c try downgrading nx
by Kevin Van ...
K
Failed
update-deps
8a1d7c64 fix clean
by Kevin Van ...
K
Succeeded
update-deps
8a1d7c64 Merge 7402e72d865b17038485545e6534f516259986ef into 1da8e6470f9e8b08c821ddd926cb755429bc8cec
by Kevin Van ...
K
Previous
Next