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

cache filters/products/conditions when publishing #2436

Merged
merged 2 commits into from
Mar 15, 2023

Conversation

petrjasek
Copy link
Member

to improve enqueue speed.

using cache with tags for invalidation, but also keeping the loaded data on flask.g to avoid multiple loading from the cache during single task execution.

SDESK-6840

to improve enqueue speed

SDESK-6840
@petrjasek petrjasek added this to the 2.7 milestone Mar 14, 2023
apps/products/product_test.py Outdated Show resolved Hide resolved
@petrjasek petrjasek merged commit 51f79fa into superdesk:develop Mar 15, 2023
@petrjasek petrjasek deleted the improve-publish-enqueu-speed branch March 15, 2023 10:03
@petrjasek petrjasek modified the milestones: 2.7, 2.6.4 Apr 12, 2023
petrjasek added a commit to petrjasek/superdesk-core that referenced this pull request Apr 12, 2023
* cache filters/products/conditions when publishing

to improve enqueue speed

SDESK-6840

* fix missing param
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.

None yet

2 participants