e-Spirit / javascript-content-api-library

Apache License 2.0
7 stars 11 forks source link

fix(mapper): mark items that are being fetched as processed #198

Closed neo-reply-lukas closed 7 months ago

neo-reply-lukas commented 7 months ago

Mark items that are being fetched as processed. Otherwise, items are fetched multiple times because of async race conditions.