{% extends 'faq/base.html' %} {% load i18n %} {% block details %}

{% translate "Frequently Asked Questions" %}

{% translate "Highlights from recent support chats with corps deploying BigBrother." %}

{% translate "Data Loading & Performance" %}

{% translate "Does the cache warmer run for every single user?" %}
{% blocktrans %}The first time you load a pilot it gathers contracts, mails, and transactions and stores the results for about two months. Subsequent visits are instant until the cache expires. Large corps should still set gunicorn timeouts to 0; the warmer is a best-effort helper but heavy streams can still be killed by strict timeouts.{% endblocktrans %}
{% translate "We still see cards stalling after warming. Any tips?" %}
{% blocktrans %}Double-check that is_warmer_active is true and Celery workers are running. Some pilots simply have a lot of data—when that happens, keeping timeouts relaxed is the safest fix.{% endblocktrans %}

{% translate "PAP Workflow" %}

{% translate "Does the PAP page pull alliance fleets automatically?" %}
{% blocktrans %}Not yet. For now you paste exported PAP numbers into the form; once alliance APIs are available the import will be automatic.{% endblocktrans %}
{% translate "What happens if someone rejoins after being removed for low PAPs?" %}
{% blocktrans %}Rejoining members start over with the configured baseline. If you removed them at zero points, they return with the initial value you set in the configuration.{% endblocktrans %}

{% translate "Still stuck? Contact support so this list can grow." %}

{% endblock %}