pedestal

martinklepsch 2019-09-06T09:09:09.036600Z

After upgrading to 0.5.7 from 0.5.3 my service is no longer working inside docker. I’m assuming it is related to the now mandatory-ish ::host key in the services map. Did anybody else encounter this issue and if so, what value are you setting ::host to?

martinklepsch 2019-09-06T09:26:28.036700Z

I guess 0.0.0.0 works but it’s a little bit annoying having to special case running the service inside docker.

👍 1
nitaai 2019-09-06T12:21:59.038800Z

Hello everybody. I have a question: I have a Ring middleware which wraps the whole middleware chain in a DB transaction and rolls back in the end in case there was an exception? How does one do that in Pedestal with interceptors?

mv 2019-09-06T20:48:18.039700Z

Hello everyone. I am trying to build a new vase application, but the template from lein seems to be quite old (2017) and doesn’t reference any of the fern updates. Is that something that can be fixed?

➕ 1
2019-09-09T12:31:00.045200Z

@mv, it will be addressed with the next release. Timing of that is still TBD.

mv 2019-09-09T15:12:27.045400Z

@ddeaguiar thank you

mv 2019-09-09T15:12:41.045600Z

Anything I can do to help?

2019-09-09T15:18:09.045800Z

Nothing atm but I appreciate the offer! I just need to allocate the time to wrap it up