yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

forcing the queue to flush immediately #431

Open qbait opened 6 years ago

qbait commented 6 years ago

I use android-priority-jobqueue. However, sometimes I have the case that phone is going offline and the queue isn't flushed immediately. How to force JobManager to flush the queue manually?