Task was destroyed but it is pending! task: <Ta...
# ask-community
a
Task was destroyed but it is pending! task: <Task pending name='Task-36427' ! Sometime I got this error. Note: I have millions of task running parallely.
k
Millions!? Could you show me a screenshot or some logs?
a
k
This is Prefect 1 on Dask right? That specific log is not a Prefect log though
What is your task code doing?
a
I just have list of 100000 objects which contains different attributes. I am using map function on this list for analysing sentiment of each and every object seperately
@Kevin Kho Absolutely! I am using Prefect 1.
k
I think this is more of a Dask error
Like this
a
Hahahaha! Gone through this😃 I thought some have/maybe encountered this in our community.
k
No first time seeing it here. I don’t know if you need to try to slow down submission a bit
a
Slowing Down Makes it successful. Just want to know why this is happening. We are working on a product in which at a given point of time we need to process millions of tasks.
k
I wouldn’t know for this scale. Maybe you can asking the Dask Discourse? But it’s not Dask specific, i think it’s asyncio specific. Still though, they might be a good place to ask, or maybe the asyncio github issues?
a
@Kevin Kho, Hey Kevin ! Thanks for the help.