class Invidious::Jobs::StatisticsRefreshJob

Defined in:

invidious/jobs/statistics_refresh_job.cr

Constant Summary

STATISTICS = {"version" => "2.0", "software" => {"name" => "invidious", "version" => "", "branch" => ""}, "openRegistrations" => true, "usage" => {"users" => {"total" => 0_i64, "activeHalfyear" => 0_i64, "activeMonth" => 0_i64}}, "metadata" => {"updatedAt" => Time.utc.to_unix, "lastChannelRefreshedAt" => 0_i64}}

Constructors

Instance Method Summary

Instance methods inherited from class Invidious::Jobs::BaseJob

begin begin

Constructor Detail

def self.new(db : DB::Database, software_config : Hash(String, String)) #

[View source]

Instance Method Detail

def begin #

[View source]