It's interesting to see different implementation approaches. I process Deletes, and most other activities, immediately. Though it would probably mean that a busy enough instance could run out of threads in the thread pool...
Top-level
It's interesting to see different implementation approaches. I process Deletes, and most other activities, immediately. Though it would probably mean that a busy enough instance could run out of threads in the thread pool... 1 comment
|
@grishka Yeah we process them immediately too, but for larger instances it can be thousands of them per hour. This is from the past two hours, just Delete activities.