Skip to content
Tommi Reiman edited this page Apr 21, 2016 · 2 revisions

Running

Google App Engine doesn't seem to like rogue thread usage. Compojure-api uses FGE for optional Swagger Spec validation, which uses rogue threads. See Issue #227 for details.

To run compojure-api apps under GAE, you should use the following require-statement (requires version 1.0.3 or higher)

[metosin/compojure-api "VERSION" :exclusions [[metosin/scjsv]]]