rapns
rapns copied to clipboard
MOVED TO https://github.com/rpush/rpush
Fix issue where class reference is being stored in rapns_feedback instead of name, borking inner joins
https://github.com/ileitch/rapns/blob/af4627eb5328ca002decee9edc3cef4dcc1259f0/lib/rapns/daemon/apns/feedback_receiver.rb#L70
We met the problem of delivery failures after message with invalid token was sent in the queue with valid ones. I mean not only that message fails, but the rest...
Hello, Is there a way to auto-erase (configurable) successful notification sent... So rapns_notifications table does not grow in size... I just realised that my rapns_notifications table had grown to 22030769...
Draft of code that add support for mongoid orm
Seeing a Rapns::Notification Load every 2 secs in my dev log when I'm trying to work was getting really distracting :). So this adds the option to make the ActiveRecord...
Hi, yesterday I sent about 35k push to my iOS users and it took about 2 hours to send them, is there a way to speed-up it? maybe using more...
I am using rapns to notify iOS devices of incoming chat messages when the app on the receiver is off. When the message is sent on the sender phone, I...
``` [2014-01-23 00:43:04] [ERROR] ActiveRecord::ConnectionTimeoutError, could not obtain a database connection within 5.000 seconds (waited 5.000 seconds) 2014-01-23T00:43:04.558462+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:190:in `block in wait_poll' 2014-01-23T00:43:04.558462+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:181:in `loop' 2014-01-23T00:43:04.558462+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:181:in...