Skip to content

issues Search Results · repo:jarohen/nomad language:Clojure

Filter by

20 results
 (77 ms)

20 results

injarohen/nomad (press backspace or delete to remove)

#32 changed hostname resolution to (.. java.net.InetAddress getLocalHost getHostName) which takes several seconds to resolve on MacOS Sierra. The issue and an end-user fix for it are discussed here. ...
  • brandondtb
  • 2
  • Opened 
    on Jun 30, 2017
  • #33

We are using Nomad for retrieving config every time an endpoint is called of a web service. As we see from the logs, every time the config is read the hostname in shell is also called. This results in ...
  • raskig
  • 3
  • Opened 
    on Dec 13, 2016
  • #31

Using the hello world example provided, after I invoke the function returned from defconfig my application gets to the end of -main and then does not exit. I couldn t find anything in the documentation ...
  • JGailor
  • 3
  • Opened 
    on Feb 23, 2016
  • #30

I was trying to use nomad for managing the server for a SPA with clojurescript, and I get the following error when I try to run lein cljsbuild once java.lang.IllegalStateException: Can t dynamically bind ...
  • xcthulhu
  • 1
  • Opened 
    on Jan 20, 2016
  • #27

Very useful to be able to construct strings inside a config file. #nomad/env-format [ http://%s:%s/api/1.0 API_HOST API_PORT] See #envf here; https://github.com/juxt/joplin#hiding-secrets-from-the-configuration-map ...
  • martintrojer
  • 2
  • Opened 
    on Sep 2, 2015
  • #23

We are going to use consul (https://consul.io/) as a service discovery and configuration server as well as vault (https://vaultproject.io/) for secure credentials, and it would be ideal to integrate them ...
  • rosejn
  • 3
  • Opened 
    on May 14, 2015
  • #22

It d be really cool if the env-var and edn-env-var supported some form of defaults if those environment variables aren t set
  • glittershark
  • 1
  • Opened 
    on Apr 4, 2015
  • #20

We use nomad everywhere with great success, but one addition that would be helpful is to support setting configuration vars on a per profile basis in the project.clj. The environ library does this well ...
  • rosejn
  • 3
  • Opened 
    on Mar 16, 2015
  • #19

I d like to optionally be able to supply custom data readers when specifying my config. So the use of defconfig might look like the following. (defn my-custom-reader [form] :some-other-value) (defconfig ...
  • lloydshark
  • 14
  • Opened 
    on Mar 13, 2015
  • #18

Hey James, In order to tie in with our current work deploy strategy, we need to have environment variables take precedence over any variables with the same key name in the config map (converting SHOUTY_UNDERSCORE_STRING ...
  • lsnape
  • 5
  • Opened 
    on Mar 9, 2015
  • #17
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub