Files
Lucas Smith db5524f8ce fix: resolve issue with sealing task on inngest (#2146)
Currently on inngest the sealing task fails during decoration stating
that it can not find the step "xxx"

My running theory is that this was due to it being a
Promise.all(map(...)) even though that isn't explicitly disallowed.

This change turns it into a for loop collecting promises to be awaited
after the fact.

Local inngest testing looks promising.
2025-11-08 00:48:13 +11:00
..
2025-11-07 14:17:52 +11:00
2025-08-19 20:59:03 +10:00
2025-11-07 14:17:52 +11:00
2025-11-07 14:17:52 +11:00
2023-11-06 13:01:12 +11:00
2025-11-07 14:17:52 +11:00
2025-02-13 14:10:38 +11:00