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

Share cache across client timezones when local timezone calcaulations are not used #84

Open
jonmmease opened this issue Mar 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jonmmease
Copy link
Collaborator

Follow on to #82

The local timezone string has been added as an optional field of every Task. Currently it is always included so the finger print of a task will always include the client's timezone. A future improvement would be to only include the local timezone in tasks that actually need it. This would allow local timezone agnostic tasks to share cache entries. As it currently stands, the cache will not be shared across clients in different time zones.

@jonmmease jonmmease added the enhancement New feature or request label Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant