Naotoshi Seo
Naotoshi Seo
Currently, alerty buffers a command output into ruby memory. Because there is a possibility that it will explode and hit OOM, it is better to have an option to buffer...
Sometimes we want to send notifications every time a command succeeds instead of fails
to warn if a command does not finish during specified time, which is like http://morizyun.github.io/digdag/schedule-definition.html
An error like ``` 2013-07-23 23:36:05 +0900 [warn]: anomalydetect: ExceptionForMatrix::ErrNotRegular Not Regular Matrix /usr/lib64/fluent/ruby/lib/ruby/1.9.1/matrix.rb:930:in `block in inverse_from' ``` occurs. I don't know why yet.
It looks there are three gems on rubygems, but with different versions. https://rubygems.org/search?utf8=%E2%9C%93&query=termios 
I am using https://github.com/external-secrets/kubernetes-external-secrets to manage secrets via AWS Secrets Manager. Do you have any plans to support such custom resources with this plugin? I am glad if external-secrets will...
I want an option to let tcpdump exit after a specified time passed (seconds, minutes, hours). The reason is because I want to start tcpdump only during a specific time...
On stopping resque:work with Ctrl-C, I get an error as the title. I added codes to print backtraces to ruby's standard logger and below is the resulted backtrace: ``` /Users/seo.naotoshi/.rbenv/versions/2.2.2/lib/ruby/2.2.0/monitor.rb:185:in...
https://www.embulk.org/docs/  Or, is this correctly 0.9?
[ISSUE] page.each twice in add(page) results in `Detected double release() call of a buffer` error
On writing jruby output plugin, I got `Detected double release() call of a buffer` as https://gist.github.com/sonots/01844dde19412324d373 with following codes ``` def add(page) page.to_a page.to_a end ``` It seems that this...