When a ping comes in from the host, it would be great to capture this request time along with the associated url when later writing to the block - this info is currently lost due to the queuing done before writing to the blockchain.
It's the truest age time we have, on which to base all downstream delay times.
This would require changing the payload to supporting url-level attributes, which could be useful for other attributes in the future.
e.g.
"version": "0.3",
...
"urls": {
"https://rss.whooshkaa.com/rss/podcast/id/8209": { "receive_time": "2021-05-22T22:28:36.473Z" },
"https://feeds.buzzsprout.com/262529.rss": { "receive_time": "2021-05-22T22:29:36.473Z" }
}
"version": "0.2",
...
"urls": [
"https://rss.whooshkaa.com/rss/podcast/id/8209",
"https://feeds.buzzsprout.com/262529.rss"
]
When a ping comes in from the host, it would be great to capture this request time along with the associated url when later writing to the block - this info is currently lost due to the queuing done before writing to the blockchain.
It's the truest age time we have, on which to base all downstream delay times.
This would require changing the payload to supporting url-level attributes, which could be useful for other attributes in the future.
e.g.