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

Optionally disable caching in worker function #338

Closed
twelch opened this issue Sep 1, 2024 · 1 comment
Closed

Optionally disable caching in worker function #338

twelch opened this issue Sep 1, 2024 · 1 comment

Comments

@twelch
Copy link
Contributor

twelch commented Sep 1, 2024

Caching of worker function results creates a lot of extra items in the DynamoDB task table. We don't need these partial cached results because worker results returned directly to the parent invoking function, and then cached as one big result.

Solution: add a disableCache: boolean flag to worker lambda invocation that disables caching of result.

@twelch
Copy link
Contributor Author

twelch commented Sep 10, 2024

Resolved via #342

@twelch twelch closed this as completed Dec 13, 2024
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