Skip to content
Lior Sabag edited this page Nov 10, 2016 · 2 revisions

Welcome to the tg_storm wiki!

Command to run forever with restarts:

while true; do timeout 3600 sparse run --option topology.message.timeout.secs=500 --option supervisor.worker.timeout.secs=500 --option topology.max.spout.pending=8; sleep 10; done

Clone this wiki locally