TanStack
OSS
pacer
Sign in / Sign up
Open main menu
pacer
GitHub
Overview
Runs
Analytics
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
feat-fix-async-queuer-pending-tick
57caa51d Merge d1a8fe1b113dedad4bb10b42f298feb5110af2bc into e71ead12970d5b8e777fe91f2e4a70fdb7f2fcd3
8 days ago
by Calum Jarvis
C
Succeeded
feat-fix-async-queuer-pending-tick
57caa51d ci: apply automated fixes
8 days ago
by autofix-ci...
a
Succeeded
feat-fix-async-queuer-pending-tick
ec900728 Merge b9f7dca6829e92ab37dd130f5dde7f16a8269413 into e71ead12970d5b8e777fe91f2e4a70fdb7f2fcd3
8 days ago
by Calum Jarvis
C
Succeeded
feat-fix-async-queuer-pending-tick
ec900728 fix(async-queuer): keep pendingTick true during wait period When addItem() is called on a running queue during the wait period, it checks isRunning && !pendingTick to decide whether to trigger #tick(). Previously, pendingTick was set to false synchronously at the end of #tick(), even when async work (execute + wait timer) was still pending. This caused addItem() to trigger immediate processing that bypassed the configured wait. This fix tracks whether async work was scheduled in the while loop and only clears pendingTick when no async work is pending. Closes TanStack/pacer#188
8 days ago
by Calum Jarvis
C
Previous page
Previous
Next
Next page