manetu / temporal-clojure-sdk

A Temporal SDK for Clojure
Apache License 2.0
72 stars 10 forks source link

Do not memoize fn annotations #22

Closed ghaskins closed 2 years ago

ghaskins commented 2 years ago

They are only read at worker-init, and in doing so we make develpment more awkward because REPL refreshes do not pick up code updates.

Signed-off-by: Greg Haskins greg@manetu.com