View the original community article here
Last tested: Dec 18, 2020
It means another query with the same render key (exact same query) is currently running. We use this status to avoid having duplicate queries run against the db, and instead put one on hold so that it can pull from cache after the query successfully runs.
This content is subject to limited support.