B
B
backdoor_win2016-10-01 22:54:14
Python
backdoor_win, 2016-10-01 22:54:14

How to quickly and safely monitor a bunch of bots?

There are a bunch of bots (more than 1000 standalone applications) that perform certain operations and give information about their completion and current status (50 separate fields each). How to solve the problem without using a database connection for each of them i.e. ensure independence? Information must be sent at least once per second.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
romy4, 2016-10-01
@backdoor_win

backdoor_win well, zeromq is too raw. Fits well Gearman

N
Nazar Mokrinsky, 2016-10-01
@nazarpc

You can implement a separate service to which all these applications will send data via the API, then only this one application will have a connection to the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question