Sam

Results 175 comments of Sam

@nikic do you have an opinion?

Should in progress builds be canceled? If not we could do a relatively simple pruning on the queue.

I think this is the default behavior now: https://github.com/Block8/PHPCI/blob/master/PHPCI/Command/RunCommand.php#L104

Why not use a true task scheduler instead of trying to reinvent the wheel? https://github.com/illuminate/queue For example would allow multiple runners relatively easy. Also, there could be some pruning in...

There as a system call called `exec` that loads a new process that replaces the current process. I think it's this: https://docs.rs/exec/0.3.1/exec/ FYI, I do not know Rust.

More generic information at http://www.dkim.org/. A common implementation used in combination with Postfix is OpenDKIM. It is configured as a Postfix Milter. Will look into it when I have time.

> It looks like the tube name now has double quotes surrounding it. Yeah it's definitely that, that's the change I authored that got merged.

In the meantime I've setup an automated build here: https://github.com/MarketFlow/beanstalkd-docker/tree/master/console Unfortunately I cannot add a hook to this repo to trigger rebuilding on new releases. These images will automatically rebuild...

Both can be used for automated builds, the one in the repo: - Uses php 5.6 - Uses apache - Is 358 MB in size The one I have created:...