15:35:49 Is it just me or the new 2600Hz's docs site implies kazoo⊙5 is "near" to be released/open-sourced? https://docs.2600hz.com/ 15:47:40 BadRequest: the hope is an october release 15:50:34 I noticed that new docs page yesterday. Looks really nice. I like the fact that the 4.3 docs are still there, and plainly separated from the v5. :) 15:51:49 mc_: I miss you! 15:51:55 haha 15:52:01 mc_: Those are good news! 15:53:01 BadRequest: agreed, we miss you around here too 15:53:41 <3 16:02:55 BadRequest: how is your little girl? not so little anymore? 16:07:52 mc_: haha, exactly, not so little anymore :D 16:07:57 5 years old already <3 16:10:35 amazing, miles just turned 10 16:10:39 its flying by 16:14:07 haha 18:18:32 i am getting a timeout failure, datastore_fault when i am attempting to pull cdr logs 18:19:02 just for one account 18:19:06 what would cause this? 20:28:32 btracht: have you made any changes to your CouchDB cluster? 20:29:32 no 20:29:51 the api request works with other accounts i have tried 20:30:10 btracht: well, could also be that your DB timeout is set too low? Check your CouchDB logs and see what it's reporting. 20:32:21 how do i check/set that 20:34:25 well, check your logs first while doing a request to see if that's actually it. But you can set it in your HAProxy config. 21:03:52 btracht: That is known to happen for accounts with a large number of CDRs. If I recall correctly, it will fail the first time you try to list them. If you come about 5 minutes later and try to load it again, it will probably load as the indexes for the views have finished being rebuilt. 21:04:59 I think the safer way to pull CDRs for an account with a large number of them is by using the tasks API. You ask Kazoo to build a CSV for you and you can use the tasks API to ask about the current status of that task from some time to time. Once it is ready, you will be able to download the CSV file.