Bernhard Krämer
Bernhard Krämer
Awesome! Because failed jobs are saved in the failed_jobs table (including payload) it should work. If we do not have the ID on the job it can work with `php...
I solved my problem with this workaround: ```php if ($this->dataStore("customer.flop100.annualComparison")->count() > 0) { Table::create([ [...] ]); } else { echo 'no results'; } ```
Thank you, @rafaelstz! That worked for me (using Redis cluster in an AWS environment).
@jbwyme Do you think we can get this merged to be included in the next release? :-)
I have the same problem. @mpociot
Duplicate of https://github.com/DarkaOnLine/L5-Swagger/issues/597