Many .put_async's failed, I couldn't count the exact number, but I'm guessing 50%, as the result of the operation was ~460k instead of a clean million
I don't utilise entity groups, they are free entities
200 instances spinned up, tasks definitely queued, yet this was a burst operation, so that was expected
on the .put_async front, I don't think .put's should ever timeout
on the .delete_async front, I don't know why delete's are in a transaction, should they really be?
I mean shouldn't you be able to delete an entity 3 times simultaneously?
As a result of the operation, I found a bug that affected the .delete_async part, yet I'm sure the overload would occur without the bug, the .put_async part is separate from the .delete_async part