Javi Martín
3302f8c64d
Return false on aborted enqueue in Active Job
...
In order to prevent a warning:
```
Rails 6.1 will return false when the enqueuing is aborted. Make sure
your code doesn't depend on it returning the instance of the job and set
`config.active_job.return_false_on_aborted_enqueue = true` to remove the
deprecations.
```
2022-08-24 14:36:49 +02:00
..
2022-06-01 11:41:09 +02:00
2019-03-15 10:29:03 +01:00
2021-08-15 01:26:29 +02:00
2020-10-15 14:46:20 +02:00
2019-11-05 13:03:45 +01:00
2015-07-15 13:32:13 +02:00
2020-06-16 13:47:38 +02:00
2022-08-24 14:33:02 +02:00
2019-04-16 17:28:06 +02:00
2019-11-12 14:58:35 +01:00
2021-09-03 11:49:53 +02:00
2020-02-07 12:23:41 +07:00
2021-09-24 13:39:15 +02:00
2021-10-08 23:09:27 +02:00
2015-07-15 13:32:13 +02:00
2022-03-24 17:05:35 +01:00
2019-09-10 20:02:15 +02:00
2021-08-09 21:37:04 +02:00
2020-12-15 12:19:41 +01:00
2020-12-02 12:13:02 +01:00
2021-08-11 00:53:05 +02:00
2017-04-03 12:30:57 +02:00
2015-07-15 13:32:13 +02:00
2022-08-24 14:36:49 +02:00
2019-01-31 11:13:23 +01:00
2021-05-20 18:37:45 +02:00
2018-01-09 15:49:01 -04:00
2019-03-15 10:29:03 +01:00
2021-02-08 16:31:26 +01:00
2022-05-02 17:16:31 +02:00
2021-08-14 15:19:09 +02:00
2019-04-16 17:28:06 +02:00