lowecg
lowecg
Hey Oli I had a little think on this and have added a way define a custom payload function. I think it simplifies things considerably and can let you shape...
Hey @oliyh any thoughts on this? I know you suggested flavours, but is this approach sufficient instead?
I've removed reset-executor! from the PR. Lambda functions work fine without interacting with the scheduler
Hi Eugene, I have read the discussion - thank you all for your inputs! The point about not exposing an API to the executor was compelling, and I fully agree...
@p-himik @kimo-k Thank you for your continued input on this. I've removed the executor and locking added for #471. The change fixes the repo cases I'd raised for #809. I've...
@oliyh Hi Oli - did you ever get a resolution to this? Running `clj -X:test` from the CLI hangs at the end of a test. A thread dump from VisualVM...
For now, I have a what can be charitably called a "workaround": ```clojure (:require [clojure.test :refer [is, testing, deftest, use-fixtures] [re-frame.interop]) (def get-executor (let [executor-var (resolve 're-frame.interop/executor)] #(var-get executor-var))) (defn...
I haven't yet (been limited on time). If you could open the thread, that would be a big help. Thank you On Thu, 14 Nov 2024 at 22:03, Oliver Hine...
EDIT: this turned out to be unnecessary - re-graph works fine in Lambda and SnapStart without having manipulate the executor. There is another angle to this functionality where I had...
I've raised a PR for this with re-frame, so 🤞