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