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

fix(task-framework): starting task fails when environment variables exceed 2MB in Process Mode #3545

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

MarkPotato777
Copy link
Collaborator

What type of PR is this?

type-bug

What this PR does / why we need it:

Starting task fails when environment variables exceed 2MB in Process Mode.
The solution is that write JobContext into file, and set the file path into the environment variable, instead of setting the JobContext into the environment variable directly.
The solution is

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


@MarkPotato777 MarkPotato777 added the type-bug Something isn't working label Sep 24, 2024
@MarkPotato777 MarkPotato777 added this to the ODC 4.3.2 milestone Sep 24, 2024
@MarkPotato777 MarkPotato777 self-assigned this Sep 24, 2024
Copy link
Contributor

@yizhouxw yizhouxw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yhilmare yhilmare merged commit 60c645e into dev/4.3.2 Sep 25, 2024
7 checks passed
@yhilmare yhilmare deleted the lebie_432_bugfix_0924_2 branch September 25, 2024 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants