Matthias Larsen

Results 5 comments of Matthias Larsen

I didn't have any concrete plans, but the first (naive) idea that sprung to mind was just pulling it from the container like `AbstractWorkflow` does, but that's pretty nasty too....

If you run the commands with increased verbosity you should get a stacktrace, so you can see where the error is being triggered from. If I remember correctly, its `php...

I don't have the source code on my machine atm, so I can't debug it myself, but seeing as [this](https://github.com/joeldg/bowhead/blob/master/app/Console/Commands/ExampleUsageCommand.php#L93) is the last line to output correctly, I'm guessing something...

I'm using the following for calculating the $timeidb, which bases the ids on the "clock" time; i.e. 5m gets 00, 05, 10, 15, ... minutes and 15m gets 00, 15,...

I have the same issue as @philbenoit and @ricardo-trevizo-b using the API Gateway, and don't really feel implementing a proxy is a viable solution due to added cost, maintenance and...