Jerome Paul
Jerome Paul
Hey, Sorry about this I was actually wrong, the issue is not to do with inserting a JSON string. It is actually about inserting []byte into a JSON field. The...
I'm happy help narrow this down! I've tried setting `DD_TRACE_DEBUG=true` with my application logger set to debug. That hasn't provided any additional information. Any suggestions in regards to how I...
Actually the LimitedQueue is irrelevant here, the following code also shows the issue ``` #!/usr/bin/env ruby require 'async' def consumer Async do |task| loop do task.with_timeout(0.001) do # no-op rescue...
I was starting to focus on `@timers = Set.new` in [timers/group.rb](https://github.com/socketry/timers/blob/64a745a8b2f28849786c8c683ed2a4ef2eb0ae47/lib/timers/group.rb#L41) ``` #!/usr/bin/env ruby require 'async' def consumer Async do |task| loop do task.with_timeout(0.001) do |timer| timer.cancel print '.' rescue...
I'll be consuming a kinesis stream across organisations, I'd rather not need to ask for enough permissions to automatically provision a DynamoDB and it makes ongoing support awkward. For example...
please forward this onto the PM, an additional request would be to allow configuration to be retrieved from environment properties as opposed (or in addition to) a specified properties file....