Doc `GPUConnector.get_full_queue_snapshot()`

fomo_polish
Tyler Goodlet 2025-02-04 12:07:43 -05:00
parent eee19f1953
commit d5bd2c24c5
1 changed files with 5 additions and 0 deletions

View File

@ -161,6 +161,11 @@ class SkynetGPUConnector:
# handing in the `snap['queue']` output beforehand?
# -> since that call is the only usage of `self`?
async def get_full_queue_snapshot(self):
'''
Keep in-sync with latest (telos chain's smart-contract) table
state by polling (currently with period 1s).
'''
snap = {
'requests': {},
'my_results': []