The services can be deployed using different strategies. The services apps are very fast, so you may fine tune the network overheads.
Every folder of the project contains a golang app(the crawler algorithms) and a dockerfile(the container image). If you want to change the app domain,delay,etc, do it and just build the images again.
+ $ make depth1
+ $ make depth2
2) Will clean up all the containers and images, build all the images and then run a custom scheduler
+ $ bash clean_all.sh
+ $ bash scheduler.sh
+ $ make build_all
+ $ make d1 d2 d3