I use this to check the currently used

I use this to check the currently used dataset:
await (await Actor.openDataset()).getInfo()
. However, often times it is not up to date (I feel like some eventually consistent problem is playing). Is it possible of fetching the data when it is consistent? Currently I'm just waiting 3 seconds before fetching, but that feels "hacky".
Was this page helpful?