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