Seat\Eveapi\Jobs\Assets\Character\Names and ESI for invalid ids #875
Labels
complexity/high
This task has a high complexity level
components/assets
Issues specifically related to either Character Assets or Corporation Assets
core/jobs
General things related to jobs flow
Seat\Eveapi\Jobs\Assets\Character\Names
job fails if a single item id is invalid. All other, possibly valid ids won't get processed if this happens. The code queries the id in batches of 1000. If one of these 1000 items doesn't exist, ESI fails the request for all 1000 items. Additionally, the exception caused by this is not handled, meaning following batches won't get processed too.The text was updated successfully, but these errors were encountered: