lightster/hodor

Add transactions to pushing messages to RabbitMQ

Closed this issue · 1 comments

When dealing with writing to a database and then submitting a job that the database writes depend on, the DB transaction needs to be committed before the jobs are submitted. To solve this issue in all use cases, adding message queue transactions would solve this issue.

Resolved in #96