Support snapshot queries that provide a stale, cached query value and do not take any dependencies on read records. These enable high-performance "queue tailing" and related features for implementing efficient components like Workpool.
ImprovementMay 29, 2026
Support for Snapshot Queries
Ian Macartney
Published on May 29, 2026
Overview
Feature Details
#314
Support for Snapshot Queries
Support snapshot queries that provide a stale, cached query value and do not take any dependencies on read records. These enable high-performance "queue tailing" and related features for implementing efficient components like Workpool.
50(3)
CompletedDevelopment Timeline
Ian MacartneyMay 29, 2026
This is now possible! The TS API isn't exposed, but you can copy the "future.ts" file from Workpool to use it in your own projects for now