New New Test Version Posted
2021-02-20 - Part 2
- Fix for BG job race conditions.
2021-02-20
- Fix writer_txt import removeAllEntities
- Update plugin about.html
- Fix reduce_zalgo not imported.
I can't promise that this one fixes fanfictioneer problem because I couldn't replicated that, but it does fix a similar but opposite problem I saw of finished downloads not being processed correctly.
This version includes a lot of extra debug output in the BG log and extra test 'sites' specifically for stressing BG processing. For example:
Spoiler:
Code:
http://test1.com?sid=1
http://test2.com?sid=1
http://test3.com?sid=1
http://test4.com?sid=1
http://test1.com?sid=2
http://test2.com?sid=2
http://test3.com?sid=2
http://test4.com?sid=2
http://test3.com?sid=3
http://test4.com?sid=3
http://test1.com?sid=3
http://test2.com?sid=3
http://test1.com?sid=4
http://test2.com?sid=4
http://test3.com?sid=4
http://test4.com?sid=4
http://test1.com?sid=5
http://test2.com?sid=5
http://test3.com?sid=5
http://test4.com?sid=5
and so on...
This is important enough that there
will be an early plugin release this weekend to correct it.