in lib/kinesis_producer/daemon.rb [120:127]
def start_loops
start_loop_for(:send_message)
start_loop_for(:receive_message)
start_loop_for(:return_message)
start_loop_for(:update_credentials)
start_loop_for(:tick) if debug?
end