All Projects → jericizon → laravisor

jericizon / laravisor

Licence: MIT license
Generate laravel supervisor configuration in easiest way

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravisor

Docker Laravel Queue Worker
A docker image for working with queues being monitored by supervisor as recommended by laravel.
Stars: ✭ 60 (+200%)
Mutual labels:  queue, supervisor
egg-bus
🐣 用 egg 编写优雅的队列与事件
Stars: ✭ 38 (+90%)
Mutual labels:  queue
nyx
Lean linux and OSX process monitoring written in C
Stars: ✭ 24 (+20%)
Mutual labels:  supervisor
public
util toolkit for go.golang 通用函数包
Stars: ✭ 135 (+575%)
Mutual labels:  queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+285%)
Mutual labels:  queue
AlgoDaily
just for fun
Stars: ✭ 118 (+490%)
Mutual labels:  queue
easy-promise-queue
An easy JavaScript Promise queue which is automatically executed, concurrency controlled and suspendable.
Stars: ✭ 31 (+55%)
Mutual labels:  queue
lfqueue
Minimize lock-free queue ever!
Stars: ✭ 107 (+435%)
Mutual labels:  queue
ustd
Micro-standard-library providing minimal and portable array, queue and map for attiny avr, arduinos, esp8266/32 and linux, mac
Stars: ✭ 14 (-30%)
Mutual labels:  queue
supervisor-rs
Lite Rust version of supervisor, inspired by python version
Stars: ✭ 34 (+70%)
Mutual labels:  supervisor
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (+70%)
Mutual labels:  queue
init
Lightweight BSD-style init tools
Stars: ✭ 25 (+25%)
Mutual labels:  supervisor
messenger-extra
Additional transports and serializer support for symfony messenger
Stars: ✭ 20 (+0%)
Mutual labels:  queue
docker-symfony
Docker Symfony (PHP-FPM - NGINX - MySQL - MailHog - Redis - RabbitMQ)
Stars: ✭ 32 (+60%)
Mutual labels:  supervisor
coolbeans
Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Stars: ✭ 56 (+180%)
Mutual labels:  queue
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (+175%)
Mutual labels:  queue
queue-for-kirby
Basic queue for Kirby 2, using Cron and Kirby's flat file system
Stars: ✭ 17 (-15%)
Mutual labels:  queue
flask-restful-api-boilerplate
This is boilerplate template for a Python Flask application with things you need to get started.
Stars: ✭ 14 (-30%)
Mutual labels:  queue
coyotes
非常简单的异步命令执行队列
Stars: ✭ 24 (+20%)
Mutual labels:  queue
Tplan
😃 T计划 是一个集成了任务队列、进程管理、爬虫部署、服务可视化监控、数据展示、在线编码、远程部署的通用系统。
Stars: ✭ 59 (+195%)
Mutual labels:  supervisor

Laravisor

Generate laravel supervisor configuration in easiest way.

Before proceeding make sure you already have supervisor installed into your server. https://laravel.com/docs/master/queues#supervisor-configuration

Configure supervisor

Update supervisor config, edit the file or equivalent. /etc/supervisor/supervisord.conf

Update line below:

[include]
files = {your_project_root_path}/config/laravisor-conf/*.conf

Installation

$ composer require jericizon/laravisor

Publish config files

$ php artisan vendor:publish --tag=laravisor-config

Create supervisor config file

$ php artisan laravisor:create {worker_name}

Restart supervisor

$ php artisan laravisor:restart

After creating new config file. make sure restart the supervisor in able to get the new configuration

License

MIT

Copyright (c) 2020, Jeric

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].