Replies: 1 comment
-
Also, what are the implications of this arrangement from a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my module, I have a new data type which is automatically updated (on
rayon
threads) on an interval triggered by valkey timers. The objects are groups of multiple, possibly dependent rules.The issue is that rules can be arbitrarily complex and take a non-trivial amount of time (hence
rayon
). I'm specifically concerned about queries/mutations overlapping rule processing. In my mind there are a few optionsAny ideas ?
Beta Was this translation helpful? Give feedback.
All reactions