aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-12-15 00:30:17 +0100
committerGravatar Numerlor <[email protected]>2021-01-09 20:10:54 +0100
commitcf00aff24d20a57c2c9178d6d9e30f5d33d9a426 (patch)
treef532b97fd25ec3a4e985b73f2e1afcf80136dd5f /Pipfile
parentClear up docstring so it doesn't rely on private attribute (diff)
Create futures for all items in the queue
Creating futures for everything and then awaiting at the end takes care of all the potential race conditions that may pop up from items that are parsed and sent to redis while the get_markdown method is in the middle of fetching a page. In case it happens with the implementation we'll just need to move the item to the front and the future will get a result set soon afterwards.
Diffstat (limited to 'Pipfile')
0 files changed, 0 insertions, 0 deletions