api-site/openstack-firstapp/doc/source/images/work_queue.dot

8 lines
120 B
Plaintext

digraph {
rankdir=LR;
Queue [shape="doublecircle"];
API -> Queue;
Queue -> "Worker 1";
Queue -> "Worker 2";
}