Naotoshi Seo

Results 43 issues of 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 ![image](https://cloud.githubusercontent.com/assets/2290461/17797696/ec1510d6-6605-11e6-8de0-a5a141d0c332.png)

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...

feature request

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/ ![image](https://user-images.githubusercontent.com/2290461/53693650-d19cd700-3de6-11e9-9d7f-8bb539e4fc3c.png) Or, is this correctly 0.9?

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...