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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Besides `base_controller_class`, you can also set the following for `MissionCont
114
114
-`scheduled_job_delay_threshold`: the time duration before a scheduled job is considered delayed. Defaults to `1.minute` (a job is considered delayed if it hasn't transitioned from the `scheduled` status 1 minute after the scheduled time).
115
115
-`show_console_help`: whether to show the console help. If you don't want the console help message, set this to `false`—defaults to `true`.
116
116
-`backtrace_cleaner`: a backtrace cleaner used for optionally filtering backtraces on the Failed Jobs detail page. Defaults to `Rails::BacktraceCleaner.new`. See the [Advanced configuration](#advanced-configuration) section for how to configure/override this setting on a per application/server basis.
117
-
-`filter_arguments`: an array of job argument keys that you want to filter out in the UI. This is useful for hiding sensitive user data. You can also override this option for each application. Currently, only root-level hash keys are supported. See the [Advanced configuration](#advanced-configuration) section for an example.
117
+
-`filter_arguments`: an array of job argument keys that you want to filter out in the UI. This is useful for hiding sensitive user data. Currently, only root-level hash keys are supported.
118
118
119
119
This library extends Active Job with a querying interface and the following setting:
120
120
-`config.active_job.default_page_size`: the internal batch size that Active Job will use when sending queries to the underlying adapter and the batch size for the bulk operations defined above—defaults to `1000`.
@@ -185,9 +185,7 @@ SERVERS_BY_APP.each do |app, servers|
0 commit comments