Based on prelim investigation, it's possible that while getting metadata,
|
except PixivException as ex: |
may result in silent skipping on metadata fetch failure.
For server mode, failure to fetch metadata should be early exit and raise. This will allow worker caller to move task to DLQ.
Based on prelim investigation, it's possible that while getting metadata,
PixivUtil2/handler/PixivImageHandler.py
Line 142 in 007e657
For server mode, failure to fetch metadata should be early exit and raise. This will allow worker caller to move task to DLQ.