Skip to content

Conversation

@Saidbek
Copy link

@Saidbek Saidbek commented Dec 12, 2025

Fixes #294

The config.active_job.default_page_size setting wasn’t being applied because the default_page_size attribute didn’t exist yet when Rails ran the active_job.set_configs initializer. Adding before: "active_job.set_configs" to the initializer ensures the attribute is defined early enough for Rails to apply the configuration.

Run active_job extensions initializer before active_job.set_configs
to ensure default_page_size attribute exists when Rails applies config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

config.active_job.default_page_size Rails config not applied

1 participant