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

Is it normal for a job of lesser priority to get deleted if another is fired??

Open Dreamystify opened this issue 7 years ago • 0 comments

I have a Job which updates a comment in my app. It's configured with priority HIGH and I have a fetch comments jobs which is 1 step higher, both require network and if I fetch the comments before the update job is fired before a network connection is detected the update job gets deleted. Is this normal? shouldn't it just run after the last job? How can I configure it to not get deleted after the fetch? provided the setting of the priority can be the same. Im aware that setting the priority the same negates this issue

Cheers

Dreamystify avatar Oct 21 '17 08:10 Dreamystify