ImprovementMay 29, 2026

Support for Snapshot Queries

Ian Macartney

Ian Macartney

Published on May 29, 2026

Overview

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.

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)
Completed

Development Timeline

Ian Macartney
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