-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2, created dedicated worker sub-classes and add support for m…
…ore Laravel versions (#10) * Add copied dedicated worker class and update batch runner to use it * Update worker and batch runner to use the same worker options class * Update comments and fix class compatibility for stop if necessary method * Fix sytax error and work options class compatability * Update application container when building worker to support maintenance mode * Update PHP and Laravel verion numbers in composer to be more accurate * Minor doc comment update * Switch to strict types being enabled for all PHP files * Fix to use batch worker interface for bindings * Fix interface name * Minor white space change * Fix another spelling of our new batch worker interface * Copy laravel work command * Fix batch command constructor differences * Fix worker options constructor * Fix missing stop when empty param for worker options * Bug fix and attempt to workaround pcre.jit issues * Clean up laravel classes and copy required Looping class * Added workoptions laravel copy and updated and fixed use paths * Update incorrect usage for batch options vs work options * Fix work option constructor params and construction * Fix syntax error * Change to WorkOptions type hinting by default * Fix using laravel workoptions class when it should be ours * Fix batch command name * Minor formatting changes * Remove not required command constructor that should just inherit its constructor * Fix casting and return types * Update app spawn to verion 1.5 * Minor test return type update * Remove void keyword for older php 7 version support * Update and adapt prcessing and flow to new structure and get tests to pass * add function exist check for pcntl extension package * Update larvel version to be 5.5 to 7.0 in composer and CI * Optimize PHP version tests * Update README PHP and Laravel version support
- Loading branch information
Showing
19 changed files
with
1,471 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.