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

Job not running when the app is closed, even after Integrating with Job scheduler #455

Open
kpradeepkumarreddy opened this issue Sep 27, 2018 · 2 comments

Comments

@kpradeepkumarreddy
Copy link

kpradeepkumarreddy commented Sep 27, 2018

i integrated Job Manager with Job scheduler by following this guide
https://github.com/yigit/android-priority-jobqueue/wiki/Integration-with-JobScheduler-and-GcmNetworkManager

Still the job is not running when the app is closed. I have set the batch mode as false, so that the job will run immediately. Even with setting batchSchedulerRequests = true, the job did not run at all. i waited for more than 15 minutes after closing the app. Though all the job conditions are met, the job did not run.

@kpradeepkumarreddy kpradeepkumarreddy changed the title Job not running when the app is in background even after Integrating with Job scheduler Job not running when the app is closed, even after Integrating with Job scheduler Sep 27, 2018
@JimVanG
Copy link
Contributor

JimVanG commented Jan 15, 2019

Check your stacktrace for other errors that you may introducing. Or perhaps your marshaling data that isn’t marshallable. Just some thoughts.

@kpradeepkumarreddy
Copy link
Author

Check your stacktrace for other errors that you may introducing. Or perhaps your marshaling data that isn’t marshallable. Just some thoughts.

Are you able to get this working ?? I mean did you try integrating this library with job scheduler and got it working in your project ??

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

2 participants