laravel-queue-database-ph4
laravel-queue-database-ph4 copied to clipboard
Laravel Database Queue with Optimistic locking
just replacing a deprecated exception and fixing the lock file
Hello, with Laravel 8, when installing, we will see those issue: ``` Problem 1 - Root composer.json requires ph4r05/laravel-queue-database-ph4 ^0.1.6 -> satisfiable by ph4r05/laravel-queue-database-ph4[v0.1.6]. - ph4r05/laravel-queue-database-ph4 v0.1.6 requires illuminate/support ^6.2...
Problem 1 - Root composer.json requires ph4r05/laravel-queue-database-ph4 ^0.1.6 -> satisfiable by ph4r05/laravel-queue-database-ph4[v0.1.6]. - ph4r05/laravel-queue-database-ph4 v0.1.6 requires illuminate/support ^6.2 -> found illuminate/support[v6.2.0, ..., 6.x-dev] but these were not loaded, likely because...
Added laravel 7 support.
Is it possible for you to create a release for Laravel 6 support (have to use `dev-master` currently), and add support for Laravel 7 (maybe 8 as well)?
Not sure the cause, but it looks like failed jobs with exactly the same signature are showing up. The specific instance is downloading assets. Logging is coming out all mixed...
The job is still executing but it does not show up on database. Ex. if a job takes 6 hours to complete then I believe that the concerned record to...
Support lumen 8.0
Bumps [illuminate/database](https://github.com/illuminate/database) from 6.18.0 to 6.19.1. Commits 9d16d63 Provisional support for PHP 8.0 (#34884) 044da2e Fix ImplicitToStringCast error (#34828) f5a9f7d Fix Eloquent Models timestamp types (#34787) da9fbe1 Revert "Revert cascading...