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

Google sheets with cache #434

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Google sheets with cache #434

wants to merge 3 commits into from

Conversation

MXPOL
Copy link
Collaborator

@MXPOL MXPOL commented Apr 4, 2023

This PR add in memory cache capabilities to the google-sheets adapter with new ENVS.

The new environment variable added:

  • ENABLE_CACHE - turns off or on the cache option (the default is true)
  • STD_TTL - standard time to live in seconds for a sheet in the cache (the default is 15 sec)
  • CHECK_PERIOD - time in seconds to check all data and delete expired sheets from cache (the default is 60 sec)

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.

1 participant