Simple queue manager with PHP and Docker
- Docker
- Vagrant [Windows only]
git clone https://github.com/andrazk/queue_manager.git
cd queue_manager
./install
./run
./stop [optional for removing all containers]
Run command will start queue container and four worker containers, one of each type. Client container generates 100 random tasks. Log with results is displayed to user.
./test
Author: Andraž Krašček
E-mail: andraz.krascek@gmail.com