You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This means we can store the arguments and settings by letting the user do `BatchJob.new(arguments).set(options)`
* Yield the batch in `enqueue` in case someone needs info from it
* When you serialize then deserialize an activejob instance, the arguments are in the serialized_arguments field and can only be transferred over by the private method `deserialize_arguments_if_needed`. This is pretty janky, so there is probably something i'm missing
* `perform_all_later` let's us do a perform_later even with instance, which does not seem to be possible on the instances themselves
0 commit comments