Hi, what is a suggested way to limit the max threa...
# ask-community
t
Hi, what is a suggested way to limit the max threads that using a task.map(list) method? Without setting a max it gives me unexpected error like:
MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API
we use kubernetes as the infra. So is it to be set in k8s job yaml? like
parallism