Love this library - about to do a rudderstack install and was glad to see this, nice work.
Thoughts on wrapping the logic in Client.send with Task.async(fn ->? Making synchronous http calls feels excessively heavy and brittle.
A very cool feature down the line would be implementing a genserver that can use the rudderstack batch api to send things together, in batches, as well..
Love this library - about to do a rudderstack install and was glad to see this, nice work.
Thoughts on wrapping the logic in Client.send with
Task.async(fn ->
? Making synchronous http calls feels excessively heavy and brittle.A very cool feature down the line would be implementing a genserver that can use the rudderstack batch api to send things together, in batches, as well..
🙌🏻