LuaScripts (Queue)

LuaScripts

class LuaScripts (View source)

Methods

static string pop()

Get the Lua script for popping the next job off of the queue.

static string release()

Get the Lua script for releasing reserved jobs.

static string migrateExpiredJobs()

Get the Lua script to migrate expired jobs back onto the queue.

static string size()

Get the Lua script for computing the size of queue.

Details

static string pop()

Get the Lua script for popping the next job off of the queue.

Return Value

string

static string release()

Get the Lua script for releasing reserved jobs.

Return Value

string

static string migrateExpiredJobs()

Get the Lua script to migrate expired jobs back onto the queue.

Return Value

string

static string size()

Get the Lua script for computing the size of queue.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Queue/LuaScripts.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部