Skip to content

Laravel 7, Refactor, Speedup

Compare
Choose a tag to compare
@therezor therezor released this 27 Apr 16:18
· 9 commits to master since this release
  • Now package supports laravel 7
  • $afterTransactions property replaced with RunAfterTransaction contract (interface)
  • Failed transaction now will only cancel jobs inside itself and leave jobs initialized inside parent transaction
  • Optimizations