Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resque worker processed the job but push notification is not sent #94

Open
ghost opened this issue Mar 18, 2016 · 0 comments
Open

Resque worker processed the job but push notification is not sent #94

ghost opened this issue Mar 18, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 18, 2016

Resque.enqueue(APN::Jobs::ResqueNotificationJob, token, opts) is being called and a job is being scheduled whenever i execute a code APN.notify_async(token, opts) from my rails application in development environment. This job is successfully getting processed with no failure as shown at url /resque/stats/resque
But the notification is not being pushed and no output is logged at 'logs/apn_sender.log'.

Then i tried to send push notification directly from rails console by calling: APN::Jobs::ResqueNotificationJob.perform(token, opts)
This do send push notification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants