Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handled Concurrency run() fails when passing an array instead of a cl… #54947

Draft
wants to merge 1 commit into
base: 12.x
Choose a base branch
from

Conversation

shaikhanaas9820
Copy link

The original run method only works for closures because it uses SerializableClosure.

To handle both closures and arrays, you need to:

Check the type of each task.

Serialize closures using SerializableClosure.

Serialize arrays or other data using json_encode.

Update the subprocess command to handle both serialized closures and JSON-encoded data.

@crynobone crynobone marked this pull request as draft March 10, 2025 03:03
@crynobone
Copy link
Member

Mark as draft as test are failing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants