Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 568 Bytes

2012-10-19-heroku.md

File metadata and controls

15 lines (12 loc) · 568 Bytes
layout title categories summary
post
Heroku
apis
ruby
Considerations when setting up Kissmetrics for your Heroku application.
  • Table of Contents {:toc}

Heroku has a read-only filesystem, which means we won't be able to write any logfiles. You are still able to use the official Ruby Library, but synchronously, without cron job support.

Another option people have used in the past is https://github.com/vbrendel/delayed_km. This isn't a gem officially supported by us, but it has been successfully used on Heroku.