7 Commits

Author SHA1 Message Date
Christophe Bliard a1ca3b22f7 Fix deprecation warning about enqueue_after_transaction_commit
Warning was:
> DEPRECATION WARNING:
> `config.active_job.enqueue_after_transaction_commit` is deprecated and
> will be removed in Rails 8.1. This configuration can still be set on
> individual jobs using `self.enqueue_after_transaction_commit=`, but
> due the nature of this behavior, it is not recommended to be set
> globally.

Actually, using `:never` sets it to `false`, and `false` is the default
value. So removing this setting keeps the same behavior and avoids the
deprecation warning.
2025-10-21 11:43:58 +02:00
Alexander Brandon Coles 3eeb5abfab Fix missing copyright notices in config 2025-08-19 17:40:34 +01:00
ulferts 1f25c5eb5c clarify transactional nature of active_job in OP 2025-03-04 15:08:50 +01:00
ulferts 220443670e remove yjit config from initializer 2025-02-27 18:24:15 +01:00
ulferts 06171c2b4c linting 2025-02-27 18:03:18 +01:00
Klaus Zanders 3f8edadc30 Do not use enqueue_after_transaction_commit as our version of GoodJob does not support it 2024-11-19 14:39:18 +01:00
Klaus Zanders 7bd0f48bf8 Run update script 2024-11-19 11:25:14 +01:00