Kaspar
In a flow, is it possible to invoke for-loop parallelism on a single worker, to save on cost
Am I silly to think that it should be:
Mon, 21 Oct 2024 at 18:00:00 EEST
Mon, 21 Oct 2024 at 18:45:00 EEST
Mon, 21 Oct 2024 at 19:30:00 EEST
Mon, 21 Oct 2024 at 20:15:00 EEST
Mon, 21 Oct 2024 at 21:00:00 EEST
27 replies
In a flow, is it possible to invoke for-loop parallelism on a single worker, to save on cost
Gotcha!
As a follow-up, to optimize on the performance/cost, do you recommend using dedicated worker feature for that one part of the flow, or would enabling the "shared directory" have the same effect essentially (because of the re-use of the worker)? It's a single flow that run every half hour with a lot of iterations.
27 replies
No concurrency limits is the right way
Kind of related to this: https://discord.com/channels/930051556043276338/1169575765063520326/1257060572705456200
25 replies