Skip to content

performingdigital/horizon-thread-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Horizon for TrueAsync

⚠️ Mostly AI generated and very experimental.

You just need to install the package in your laravel application and run horizon.

composer require performing/horizon-thread-pool

You need of course php true async, with docker it would be something like this:

services:
  queue:
    image: ghcr.io/performingdigital/php-async:latest
    command: php -d memory_limit=-1 artisan horizon
    working_dir: /app
    healthcheck:
        disable: true
    volumes:
        - ".:/app"
    depends_on:
        - mysql
        - redis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages