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 Upload issue using WorkManager #147

Merged
merged 1 commit into from
Oct 2, 2022
Merged

Conversation

dev-lcc
Copy link
Contributor

@dev-lcc dev-lcc commented Sep 20, 2022

Brief Summary of Changes

  • Request payload is now stored under a temporary file, to which the absolute file path will be passed as Worker input Data. Worker will then pick up all these request payload from the file. This is to avoid the MAX_DATA_BYTES limit of 10240.

What does this PR address?

Are tests included?

  • Yes
  • No

Reviewer, please note:

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I ran the full test suite before pushing the changes and all the tests pass.

- Request payload is now stored under a temporary file, to which the absolute file path will be passed as Worker input Data. Worker will then pick up all these request payload from the file. This is to avoid the MAX_DATA_BYTES limit of 10240.
@adimiz1 adimiz1 merged commit 74ceaa9 into cloudinary:master Oct 2, 2022
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.

4 participants