Hi all - pricing question - do child tasks in mapped task count as task runs? or does this apply to only the parent task?
a
Anna Geller
12/10/2021, 7:49 PM
yes, but only if they are successful and run for longer than 1 second (anyone correct me if I’m wrong)
k
Kevin Kho
12/10/2021, 7:57 PM
Each mapped task is a first class task because we charge for observability and state handling and each of those mapped tasks gets those
Kevin Kho
12/10/2021, 7:58 PM
If you find that you are mapping over a very large number of items and it’s really expensive, you can maybe use Python functions instead of tasks in some places if the operations are guaranteed to succeed. You can also use a
DataFrame
in a lot of places instead of
map
.
I don’t know if you are in touch with sales as well but you can get volume discounts