rails / solid_queue

Database-backed Active Job backend
MIT License
1.95k stars 130 forks source link

Do not create a new transaction when creating a ReadyExecution #424

Open leondmello opened 12 hours ago

leondmello commented 12 hours ago

Fixes https://github.com/rails/solid_queue/issues/421

leondmello commented 12 hours ago

@rosa Does this line need the same change? https://github.com/rails/solid_queue/blob/393e3b9eff7210f42a43d7e6456b7a172ba78d42/app/models/solid_queue/job/schedulable.rb#L40