shosetsuorg / shosetsu

An android application for reading light novels. Moved to https://gitlab.com/shosetsuorg/shosetsu
https://shosetsu.app
GNU General Public License v3.0
581 stars 34 forks source link

[Bug] [1480-1656] Some Chapter not auto-download #134

Open SilverBug78 opened 3 years ago

SilverBug78 commented 3 years ago

Describe the bug I don't know why some updated new chapter not auto download.. It show up in update screen.

Screenshots Screenshot_2021-07-19-15-22-31-670_com github doomsdayrs apps shosetsu debug Screenshot_2021-07-19-15-25-21-758_com github doomsdayrs apps shosetsu debug Screenshot_2021-07-19-15-25-06-410_com github doomsdayrs apps shosetsu debug

Device information:

SilverBug78 commented 2 years ago

-Don't set update frequency is 1hr to update 200+ novels library frequently (1hr) when some novel update timeout. (it will take hrs to finish).

If previous update check don't finish in time, This will happen. NO auto download for UPDATED Chapter from previous update worker.

Doomsdayrs commented 2 years ago

So essentailly because the updates take so long due to sheer size of a library, the 1 hour isnt enough before it gets axed and another update starts to run..

Doomsdayrs commented 2 years ago

I verified that this is not because of the NovelUpdateCycleWorker axing the NovelUpdateWorker

In commit 9a3ac3988cdc82b22719b9e84f7b00b4b87f60b2 we can see that I already have it set up to ignore the NovelUpdateWorker if it is running. I am unsure on why this is occurring now.