manager package

Submodules

manager.job module

manager.manager module

class manager.manager.TxManager[source]

Bases: object

MAX_FAILURES = 10
build_language_popularity_tables(body, max_count)[source]
generate_dashboard(max_failures=10)[source]

Generate page with metrics indicating configuration of tx-manager.

Parameters:max_failures (int) –
generate_highest_searches_table(body, views, max_count)[source]
generate_highest_views_lang_table(body, views, max_count)[source]
get_job_failures(jobs, max_count)[source]
get_jobs_counts(jobs)[source]
get_jobs_counts_for_module(jobs, module_name)[source]
static get_user(user_token)[source]
list_endpoints()[source]
list_jobs(data, must_be_authenticated=True)[source]
static register_module(data)[source]
update_job_status(job)[source]

manager.module module

manager.object module

Module contents