Skip to content

Allow bigger arguments data volume #39

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

Open
krystian-panek-vmltech opened this issue Apr 3, 2025 · 0 comments
Open

Allow bigger arguments data volume #39

krystian-panek-vmltech opened this issue Apr 3, 2025 · 0 comments

Comments

@krystian-panek-vmltech
Copy link
Collaborator

Right now since arguments need to be serializable and are passed into Sling Job as string property, the most probably the max limit of args size is 16 MB (based on https://medium.com/@bsaravanaprakash/how-big-can-string-properties-get-in-aem-understanding-string-property-limits-in-aem-b5635aec6fcf)

If arguments will be stored separately as JSON payload saved as file in the repo then that limitation will be gone.
But the complexity of whole impl will be much increased then.

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

No branches or pull requests

1 participant