yigit/android-priority-jobqueue

WorkManager

JEuler opened this issue · 0 comments

Hi! @yigit
Awesome library. I have also converted my project to use WorkManager and it is also awesome. But I have found that Android Priority Queue is "somehow" faster than WorkManager when it comes to process requests.

Is that right? If it is - why? I have two versions ( cannot share code, but it is something like in my Medium note: https://medium.com/@JEuler/moving-from-android-priority-queue-to-workmanager-for-offline-requests-in-android-8d3b4bef9c47) and the WorkManager's one run's later than Priority Queue.