{% extends "base.html" %} {% block content %}
Broker Information
View Queue
App ID: {{ app_id }}
{% include "broker/partials/info.html" %}
About the Broker

The broker is responsible for message queuing and routing invocations to workers. It maintains a queue of pending invocations waiting to be processed.


For more details on specific invocations, visit the Invocations page.

{% endblock %}