Skip to content
dzello edited this page Apr 8, 2013 · 2 revisions

Welcome to the keen-gem wiki!

Troubleshooting

publish_async

Known issues:

  • Are you using shotgun to reload apps in development? Due to the way shotgun works (forks child process, kill immediately after request), events will not be published. In fact no Eventmachine callbacks will be run. This includes setups with Rails and/or Sinatra. This doesn't affect any production behavior, only development. Other reloaders for Rack/Sinatra apps exist that do not have this problem. This does not affect publish, only publish_async.
Clone this wiki locally