#!/bin/bash

. /etc/yandex/stop-scripts.d/common-functions

logit "queue2.py pids  {$(pgrep queue2.py | paste -s -d ' ')}"
pkill -9 queue2.py

