android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

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

Open kpradeepkumarreddy opened this issue 6 years ago • 2 comments

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 avatar Sep 27 '18 05:09 kpradeepkumarreddy

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

JimVanG avatar Jan 15 '19 00:01 JimVanG

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 ??

kpradeepkumarreddy avatar Jan 15 '19 09:01 kpradeepkumarreddy