[BUG ?] 8.0.16 - readBlocking before all tags are loaded in the provider return None

Ignition 8.0.16

When the gateway is started,
In gateway startup script, and gateway tag’s expression which can execute runscript,

system.tag.readBlocking([Path/to/a/valid/tag]) 

return None

until we have the end of tag loading.

It could be interesting if possible, to perform gateway startup script and start gateway tag expression execution after the end of tag load

image

Gateway startup is already long enough, with the parallelism that java thrives on. Please don’t make it artificially longer.

We probable need an information to check for the end of tags loading
I haven’t noticed these kind of trouble in 7.9