hivesolutions / colony-plugins

The base colony plugins
http://getcolony.com
4 stars 2 forks source link

After commit and after rollback callbacks #10

Closed joamag closed 1 year ago

joamag commented 1 year ago

Description

Support for the after_commit() and after_rollback callbacks.

This allows one person to schedule a certain operation only if (and when) the current transaction succeeds or fails.