mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #61] [MERGED] ✨ Introduce the possibility to add asynchronous steps #85
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/61
Author: @matyo91
Created: 3/31/2021
Status: ✅ Merged
Merged: 4/21/2021
Merged by: @jeremycr
Base:
master← Head:async📝 Commits (1)
d616dab✨ Introduce the possibility to add asynchronous steps📊 Changes
6 files changed (+348 additions, -4 deletions)
View changed files
📝
README.md(+19 -1)➕
Tests/DataflowType/Dataflow/AMPAsyncDataflowTest.php(+49 -0)📝
composer.json(+2 -0)➕
src/DataflowType/AMPAsyncDataflowBuilder.php(+83 -0)📝
src/DataflowType/AbstractDataflowType.php(+7 -3)➕
src/DataflowType/Dataflow/AMPAsyncDataflow.php(+188 -0)📄 Description
This should solve #60.
What this PR introduce :
back pressureissues.loopIntervalto set the event looptickinterval in milliseconds.emitIntervalto tell when the reader should emit the next item to process.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.