openvnet
openvnet copied to clipboard
No events rollback happens after DB rollback
Take this transaction in lease policies.
https://github.com/axsh/openvnet/blob/master/vnet/lib/vnet/node_api/lease_policy.rb#L41-L69
If this transaction fails, all changes to the database are rolled back but any events that have been sent to vna will not be rolled back.