envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Add lock_table option to ensure linear growth of sequence IDs #45

Closed stevehodgkiss closed 8 years ago

stevehodgkiss commented 8 years ago

This option defaults to true and uses a postgres lock to ensure that the current transaction is the only one writing to the events table.

vonconrad commented 8 years ago

:+1: