Todd Horst

Results 68 comments of Todd Horst

How many channels do you have, and message volume? is it a small box?

Modified query runs faster in my prod environment as you predicted, now i just need to re-adapt it to my needs

> I would do all this calling the API for transportablilty between backend DBs... but anyway see #6033, let's get generic about the ask on columns. I assume your talking...

@jonbartels Its funny my first query did use limit and order so it was more performant, but I looped over all the channels and made an individual query per channel,...

Yeah, I like the ability to add any gc/g value, the biggest annoyance is remembering to do it, and ensuring all devs follow the standard, then again, if its on...

I've updated the title and request body to more clearly state I'm interested in the last sent datetime, and it needs to be at the connector level. Over the past...

Can you clarify your comment? I'm not sure what your saying. What is the way to go? $gc? And if using that, how would it not be code on every...

@odoodo dumb question, but can you post the lines where you call these methods. I've never gotten processing state etc. Update: Never mind, I see it in the Channel Hook...

Here is our code template, it takes 0.04837 milliseconds to run, so very performant: ``` /** cacheLastSent This method gets called on the global postprocessesor. Since it gets called after...

One caveat with using the global post-processor is that it will not value any sent dates when the destination is set to queue always. Unfortunately, this is typically what we...