kazurayam / inspectus

The Inspectus library enables automated UI tests in Java/Groovy to perform "Visual Inspection" on top of the "materialstore"
Apache License 2.0
0 stars 0 forks source link

want to distribute processings of materializing and diffing onto multiple nodes #73

Open kazurayam opened 1 year ago

kazurayam commented 1 year ago

use Message Queue between the controller and the workers.

Requests/response of materializing and requests/response of diffing --- both are managed via queue.

I can use various Queue implementation locally such as RabbitMQ, ZeroMQ and so on.

I can also use AWS SQS plust Lambda. This will boost the performance.