tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
234 stars 52 forks source link

driver: implement ready space for vinyl engine #236

Open DerekBum opened 1 month ago

DerekBum commented 1 month ago

In case of a transaction conflict for 'vinyl' we need to retry an entire transaction.

Part of #230