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

Update documentation regarding unit testing with KFC #76

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

chrispenny
Copy link
Member

@chrispenny chrispenny commented Oct 1, 2023

Fixes #72
Closes #72

I went the route of documentation because trying to programmatically clear the local cache of processed records is too difficult when there are so many valid entry points, and the fact that multiple entry points can (legitimately) be triggered in a row - EG: onAfterPublish() and onAfterPublishRecursive(), where we absolutely do not want to duplicate cache key invalidation.

@chrispenny chrispenny merged commit 7fa0639 into main Oct 1, 2023
20 checks passed
@chrispenny chrispenny deleted the feature/unit-testing-docs branch October 1, 2023 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add developer documentation regarding unit tests with KFC
1 participant