定制 charcoal/queue 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

charcoal/queue

最新稳定版本:v5.0.0

Composer 安装命令:

composer require charcoal/queue

包简介

Queue, Queue items and Queueable objects for Charcoal

README 文档

README

The Queue package provides an abstract queue service to defer the processing of time consuming tasks.

Installation

composer require charcoal/queue

Usage

Queueing System

Queue managers loop queue items. Queue items represent actions to be performed (as defined by the process() method).

Queue Manager

The queue manager is available as an abstract class: AbstractQueueManager. This class implements the QueueManagerInterface.

The processing speed (throttle) can be controlled via the rate property, in items per second.

The batch limit (number of items to process per iteration) can be controlled with the limit property.

The queue can be identified with the queue_id. It can be set with setQueueId().

The queue can be processed with processQueue(). If for any reason the items need to be loaded, it can be done with loadQueueItems().

There are 4 callbacks that can be defined:

  • setProcessedCallback()
  • setItemCallback()
  • setItemSuccessCallbak()
  • setItemFailureCallback()

There are only 1 abstract method:

  • queueItemProto() which must returns a QueueItemInterface instance

Queue Items

Queue Items should implement the QueueItemInterface. This can be helped via the QueueItemTrait.

Queue items can be identified with a queue_id. (The same queue_id used by the queue manager).

Items can be processed with process($callback, $successCallback, $failureCallback).

The queue item properties are:

  • queue_id
  • queue_item_data
  • queued_date
  • processing_date
  • processed_date
  • processed

Queuable Objects

The QueueableInterface defines objects that can be queued. This interface is really simple and only provides:

  • setQueueId() which can be inherited from QueueableTrait
  • queueId() (queue_id getter) which can be inherited from QueueableTrait
  • queue($ts = null) which is abstract and must be written inside class which implement the queueable interface

Resources

统计信息

  • 总下载量: 18
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固