(cobra bots) add a utility class to factor out the common bots features (heartbeat) and move cobra to sentry bot to use it

This commit is contained in:
Benjamin Sergeant
2020-04-16 14:49:49 -07:00
parent ccfd196863
commit 0f5d15aa11
6 changed files with 364 additions and 257 deletions

View File

@ -4,6 +4,7 @@
#
set (IXBOTS_SOURCES
ixbots/IXCobraBot.cpp
ixbots/IXCobraToSentryBot.cpp
ixbots/IXCobraToStatsdBot.cpp
ixbots/IXQueueManager.cpp
@ -11,6 +12,7 @@ set (IXBOTS_SOURCES
)
set (IXBOTS_HEADERS
ixbots/IXCobraBot.h
ixbots/IXCobraToSentryBot.h
ixbots/IXCobraToStatsdBot.h
ixbots/IXQueueManager.h