Lucas Cé Bertin
Results
2
comments of
Lucas Cé Bertin
Well, just trying to compare consul utilization across some languages and nodejs lib brings a `watch` functionality. https://github.com/silas/node-consul#watch Snippet: ``` import consulFn from 'consul' const consul = consulFn() const watch...
The event `addShutdownHook` needs to be placed before `(start-system! (build-system-map))`. Without this small fix, signaling are not handled properly because of the control flow blocked by the webserver. ```clj (defn...