pathom

J 2025-04-10T08:48:15.008759Z

Hi guys! I use parallel processing but I don’t understand why the others resolvers (cf. screen) is not processed in the same time as meta-campaign/campaigns . The others resolvers don’t depend on the meta-campaign/campaigns path.

wilkerlucio 2025-04-11T17:34:41.330019Z

I can't say just from this, but one main thing to check is: you can't block the process, to make parallel works, the resolvers that do the long things (that you wanna be able to run in background) must return promises, is that already the case?