therezor / laravel-transactional-jobs

Run Laravel job inside transaction (after transaction is committed, or cancel if rolled back)
MIT License
45 stars 8 forks source link

[ASK] Can it used on Laravel Action? #16

Closed vheins closed 1 year ago

vheins commented 1 year ago

Just asking not an issue. Can it used on Laravel Action? https://laravelactions.com/

therezor commented 1 year ago

Sorry for late reply. I've never used laravel actions. It should work if it use default queue implementation

vheins commented 1 year ago

thank you i'll try to implement, and give you feed back