Add the following: * Container name, machine name, worker id. * Container uptime, puma uptime, worker uptime. * Number of requests processed by current worker. * ExifTool version. Also change /status page to show information in tables instead of lists.
7 lines
106 B
Ruby
7 lines
106 B
Ruby
module Danbooru
|
|
module Helpers
|
|
module_function
|
|
extend ActionView::Helpers::DateHelper
|
|
end
|
|
end
|