#!/bin/bash
while [ 1 ] 
do
./shard_query_worker >>../log/worker.log 2>&1 < /dev/null
done;
