{% extends "snh/snh_base.html" %} {% block content %}

Harvesters stats

Twitter Facebook Dailymotion Youtube
{% for th in twitter_harvesters %}
{{ th.harvester_name }}
Is active {{ th.is_active }}
Harvest in progress {{ th.harvest_in_progress }}
Current harvest start time {{ th.current_harvest_start_time }}
Current harvested user {{ th.current_harvested_user }}
Token remaining hits {{ th.remaining_hits }}
Token hourly limit {{ th.hourly_limit }}
Token reset time {{ th.reset_time }}
Last harvest start time {{ th.last_harvest_start_time }}
Last harvest end time {{ th.last_harvest_end_time }}
Last user was aborted {{ th.last_user_harvest_was_aborted }}
Last harvested user {{ th.last_harvested_user }}
Retry after abortion {{ th.retry_user_after_abortion }}
Harvest window start {{ th.harvest_window_from }}
Harvest window end {{ th.harvest_window_to }}
{% endfor %}
{% for th in facebook_harvesters %}
{{ th.harvester_name }}
Is active {{ th.is_active }}
Harvest in progress {{ th.harvest_in_progress }}
Current harvest start time {{ th.current_harvest_start_time }}
Current harvested user {{ th.current_harvested_user }}
Last harvest start time {{ th.last_harvest_start_time }}
Last harvest end time {{ th.last_harvest_end_time }}
Last user was aborted {{ th.last_user_harvest_was_aborted }}
Last harvested user {{ th.last_harvested_user }}
Retry after abortion {{ th.retry_user_after_abortion }}
Harvest window start {{ th.harvest_window_from }}
Harvest window end {{ th.harvest_window_to }}
{% endfor %}
{% for th in dailymotion_harvesters %}
{{ th.harvester_name }}
Is active {{ th.is_active }}
Harvest in progress {{ th.harvest_in_progress }}
Current harvest start time {{ th.current_harvest_start_time }}
Current harvested user {{ th.current_harvested_user }}
Last harvest start time {{ th.last_harvest_start_time }}
Last harvest end time {{ th.last_harvest_end_time }}
Last user was aborted {{ th.last_user_harvest_was_aborted }}
Last harvested user {{ th.last_harvested_user }}
Retry after abortion {{ th.retry_user_after_abortion }}
Harvest window start {{ th.harvest_window_from }}
Harvest window end {{ th.harvest_window_to }}
{% endfor %}
{% for th in youtube_harvesters %}
{{ th.harvester_name }}
Is active {{ th.is_active }}
Harvest in progress {{ th.harvest_in_progress }}
Current harvest start time {{ th.current_harvest_start_time }}
Current harvested user {{ th.current_harvested_user }}
Last harvest start time {{ th.last_harvest_start_time }}
Last harvest end time {{ th.last_harvest_end_time }}
Last user was aborted {{ th.last_user_harvest_was_aborted }}
Last harvested user {{ th.last_harvested_user }}
Retry after abortion {{ th.retry_user_after_abortion }}
Harvest window start {{ th.harvest_window_from }}
Harvest window end {{ th.harvest_window_to }}
{% endfor %}
{% endblock %}