Sha256: f067a9c003b40cd19ff5af337d8c6da2a02a0b8d4faa8f4443ad9e14a65d34ba
Contents?: true
Size: 579 Bytes
Versions: 8
Compression:
Stored size: 579 Bytes
Contents
digraph G { rankdir=LR p1 [label="publisher", shape=rect] p2 [label="publisher", shape=rect] p3 [label="publisher", shape=rect] s [label="source", shape=circle] wq [label="{|||||}", shape=record, fixedsize=true, height=0.3, width=1.5] w1 [label="worker A", shape=rect] w2 [label="worker A", shape=rect] w3 [label="worker A", shape=rect] p1 -> s [tailport=e] p2 -> s [tailport=e] p3 -> s [tailport=e] s -> wq [headport=w] wq -> {w1, w2, w3} [tailport=e, headport=w] }
Version data entries
8 entries across 8 versions & 1 rubygems