hadenting/laravel-easy-dispatch

easy dispatch for Laravel queue

v1.0.7 2021-06-22 03:05 UTC

This package is auto-updated.

Last update: 2024-04-22 10:10:52 UTC


README

使用队列时遇到的一些需求

1、Job 任务比较复杂,需要调用其他业务模块

2、一些部署场景,可能不适合或者不需要使用队列

3、重试无法自定义时间间隔

目录结构

-- test1