Skip to content

1.3.26

Compare
Choose a tag to compare
@ch-build ch-build released this 08 Oct 07:24
5246e58
Add check for other processes running to init hook (#113)

* Remove locking using file from the development mode class. This caused issues and was not foolproof, using this method will prevent multiple processes running when there are multiple docker compose processes running which would interfere with eachother.
* Add check to init when running up or down for other processes
* Reorganise up tests to use automatic not manual mocks