Replies: 1 comment 2 replies
-
I think the This is how
And here's how transaction is defined in Active Record 7.0:
The That's probably only masking a different issue though, but I'd recommend you remove the gem and see what happens next. |
Beta Was this translation helpful? Give feedback.
-
Hey! I'm pretty sure that's omething super stupid on my end but basically i am not able to use Batches feature in any way provided by README file. Using the simplest way:
Is giving me this:
As long as i'm trying to provide some arguments to
Feeds::MyModelFeedMigrationJob.perform_later
. Once i remove the argument, it works (in specs at least) but this entire issue is only happening when trying to use batches. When i'm trying to do the same without batches, Feeds::MyModelFeedMigrationJob gets properly enqueued with arguments provided. Any thoughts what i might be doing wrong in here?I'm on Rails 7.0 8 and good_job 3.27.4
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions