fix
This commit is contained in:
parent
bdc864f443
commit
e4a1dad495
2
main.py
2
main.py
|
@ -30,7 +30,7 @@ middleware = [
|
||||||
async def start_up():
|
async def start_up():
|
||||||
await redis.connect()
|
await redis.connect()
|
||||||
viewed_storage_task = asyncio.create_task(ViewedStorage.worker())
|
viewed_storage_task = asyncio.create_task(ViewedStorage.worker())
|
||||||
reacted_storage_task = asyncio.create_task(ReactedStorage.worker())
|
# reacted_storage_task = asyncio.create_task(ReactedStorage.worker())
|
||||||
shouts_cache_task = asyncio.create_task(ShoutsCache.worker())
|
shouts_cache_task = asyncio.create_task(ShoutsCache.worker())
|
||||||
shout_author_task = asyncio.create_task(ShoutAuthorStorage.worker())
|
shout_author_task = asyncio.create_task(ShoutAuthorStorage.worker())
|
||||||
topic_stat_task = asyncio.create_task(TopicStat.worker())
|
topic_stat_task = asyncio.create_task(TopicStat.worker())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user