{% extends "otree/BaseAdmin.html" %} {% block title %} Server Readiness Checks {% endblock %} {% block content %} {% if pypi_results.pypi_connection_error %}
OTREE_PRODUCTION
.
otree runserver
,
which is only suitable for local development.
When launching a real study, you should run a proper multi-process server,
e.g. otree runprodserver
.
runserver
.
OTREE_AUTH_LEVEL
.
AUTH_LEVEL
is {{ auth_level }}
.
The worker process enables the following functionality:
timeout_seconds
),
then the timeoutworker will automatically advance a user
when they exceed the timeout,
even if they close their browser.
In your app dashboard, make sure the second dyno is turned on.
{% else %}
It is launched automatically as part of otree runprodserver
.