Tyler Arbon

Results 17 comments of Tyler Arbon

Hey @loranger , please give version [3.6.6](https://github.com/tylercd100/lern/releases/tag/3.6.6) a try. Let me know if it fixes the issue with new lines Yes you are using the `setMessage` method correctly :-)

Hello gthuo, Please take a look at this issue https://github.com/tylercd100/lern/issues/49

Are you sure that your App can connect to your database? ` SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)`

Thank you EvilLooney! I like this solution and I want to implement this and roll this out as a bug fix. I am doing some reading on PDO error codes...

Yes but it looks like with the current code it wont send a notification either. This could be changed.

Alright, 4 hours later and I have an update. 1. I made it so `RecorderFailedException` will get sent on the notification channels. 2. I added a test that checks for...

Oops... forgot that merging pr's closes issues. So version 4.5.0 is working as intended. However in my case, if you use "database" as your queue driver paired with supervisor to...

4.5.1 has fixed my previous issue.

Hey EvilLooney, Is the too many connections exception being thrown on this line? https://github.com/tylercd100/lern/blob/master/src/Components/Recorder.php#L77 Can you post a stack trace?