vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
5 stars 1 forks source link

Migrate to RabbitMQ #149

Open AbooMinister25 opened 1 year ago

AbooMinister25 commented 1 year ago

This issue details the migration of mainframe over to RabbitMQ, due to the decision to use a message queue over our existing structure of using the database as a queue itself, having mainframe dish out jobs and receive results via an HTTP API.

Changes Involved