orobogenius / sansdaemon

Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
https://medium.com/@orobogenius/laravel-queue-processing-on-shared-hosting-dedd82d0267a
MIT License
176 stars 17 forks source link

add support laravel 8 #25

Closed Manzadey closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #25   +/-   ##
=========================================
  Coverage     95.38%   95.38%           
  Complexity       25       25           
=========================================
  Files             4        4           
  Lines            65       65           
=========================================
  Hits             62       62           
  Misses            3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 66b5076...2244d11. Read the comment docs.

orobogenius commented 4 years ago

Merged. Thanks.