forego icon indicating copy to clipboard operation
forego copied to clipboard

Foreman in Go

Results 17 forego issues
Sort by recently updated
recently updated
newest added

Looking for source of Forego i386 binary to ADD to a Docker image, could you please point at one?

My Procfile contains a line `webpack: cd gui && npm run watch`, which fails to exit cleanly on interrupt (CTRL-C). Instead I get a prompt `Terminate batch job (Y/N)?` which...

``` kill -QUIT ``` ``` PC=0x5f2bc m=0 sigcode=0 goroutine 0 [idle]: runtime.futex(0x247c38, 0x0, 0x0, 0x0, 0x14400000000, 0x100000001, 0x0, 0x0, 0x0, 0x3b370, ...) /usr/local/go/src/runtime/sys_linux_arm64.s:311 +0x1c runtime.futexsleep(0x247c38, 0x0, 0xffffffffffffffff) /usr/local/go/src/runtime/os_linux.go:45 +0x3c runtime.notesleep(0x247c38)...

I was confused about this until I consulted foreman's manpage. Hopefully this will spare someone else some confusion (and hopefully it's not inaccurate!).

I run rabbitMQ consumer with forego, but to debug the producer, i need to stop temporary the consumer. How i can do it ? ``` forego stop my-consumer ```

When having more than one shell variable on the right side of the equal sign in .env file, forego only extend the first one. **Steps to reproduce** 1. Have a...

Before: forego | starting aaa.1 on port 5000 forego | starting bbb.1 on port 5100 forego | starting ccc.1 on port 5300 forego | starting ddd.1 on port 5600 forego...