Skip to content

rodrigoalviani/MessageQueue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MessageQueue

MessageQueue is a simple multi-thread driver to call APIs, getting the data from MySQL table.

Features

  • All threads uses Keep-Alive connection to keep everything faster.. So it does not need to connect/disconnect on every connect.
  • This driver do a while(true) doing SELECTs no MySQL, then start many threads that call those APIs and finally, it update all record on MySQL at once... Avoiding UPDATE on each row.

About

MessageQueue service is a multi-thread service to call APIs based on MySQL Queue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%