Skip to content

utils: Fix the item id on retries

Emanuele Aina requested to merge wip/em/fix-itemid-on-retry into master

When iterating with a thread pool, always try to compute a useful identifier rather than doing son when debug is enabled, since the itemid is also used when reporting about exceptions and retrying.

Merge request reports