Closed elaser closed 10 years ago
I was able to resolve this problem by checking to see if the connection pool is dead. If it is I will re-initialize it.
hey @elaser I am having this same issue, do you mind posting your worker class up so i can see how you are fixing this?
Hi there! I've been using Houston for awhile and it is awesome for sending out APNS. My rails server is currently on Heroku and I am sending notifications via Houston in the background with Sidekiq. The problem is every hour, I get SSL failure and no more notifications can be fired. What I'm seeing in the logs looks like:
My NotificationWorker file looks like
My Procfile looks like:
I have other workers running but I've limited the problem down to this notification_worker class. Has anyone else run into this problem before also?
Thanks a lot! Anderthan