Hi. I'm trying to guage how much Prefect Cloud would cost. Anyone have a GraphQL query (or anything) on hand to see how many billable task runs I have? (per project/flow, and over time, would be nice)
But this would give you all tasks incl. those that take less than 1 sec. For billing, we exclude those, so to get more realistic number you would need to add start and end time to the query and calculate the duration in a Python script and then take out those that take less than a second.
In Cloud we are not billing for:
• failed task runs
• task runs that took less than a second
• retries
🙌 1
Anna Geller
02/04/2022, 10:33 AM
There is also this query, but I believe this is only in Cloud, not in Server, but you can test to confirm:
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.