Fork me on GitHub
#pathom
<
2021-05-12
>
jmayaalv10:05:03

Hello @wilkerlucio i think we found a problem with batch processing but not sure if i am miss-understanding something on the way batch processing should work. i’ve created this gist https://gist.github.com/jmayaalv/b8cb9b8a6e465ef591773daab0829534 which hopefully can help explain the behavior we are experiencing. Basically the batch results get lost if there are a few batch resolvers involved in the query.

jmayaalv09:05:47

i can confirm it works as expected now 🙂 thanks a lot!

royalaid18:05:35

Hey all, is there a way to disable the log messages generated by Pathom Connect? Based on this https://github.com/wilkerlucio/pathom-viz-connector/blob/master/src/com/wsscode/pathom/viz/ws_connector/impl/sente_cljs.cljs#L80-L81 it doesn’t appear so?

wilkerlucio18:05:08

I think not in general, but I'm open to change to log strategy that's more flexible

wilkerlucio18:05:23

are there a lot of logs coming up that you want to get out?

royalaid20:05:46

It's moreso just a tad annoying that it happens whenever I reload the parser as my workflow is look at the console output and with nodes console logging the channels take up a bunch of space

royalaid20:05:45

I will get an example up shortly

royalaid03:05:19

Apologies for the delay, here is what gets logged right now

royalaid03:05:50

as you can see it goes on for a while so I just clear my console then execute the resolver

wilkerlucio16:05:23

@U0S3YK6HK version 2021.05.13 of pathom-viz-connector now logs with Timbre, so you can configure it

🙌 3