We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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