oliverde8 / php-etl

A small etl coded in php, to extract/transform/load
MIT License
8 stars 4 forks source link

Async Items may be returned more then once #38

Closed oliverde8 closed 2 weeks ago

oliverde8 commented 8 months ago

When using the ETL with a maxAsynchronousItems of 2 or more, and using any operations that returns Asyn items (such as the http operation) the ETL will return the same item more then once to the operations down stream.