NoopExecutor
in package
Uses
UtilsProvider
Simple executor which does nothing.
Table of Contents
Methods
- execute() : mixed
- Do nothing, simple sleep a second.
- getPluginConstantPrefix() : string
- Get the prefix of this package so we can utils package natively.
- setupConstants() : mixed
- Make sure the REAL_QUEUE constants are available.
Methods
execute()
Do nothing, simple sleep a second.
public
static execute(Job $job) : mixed
Parameters
- $job : Job
getPluginConstantPrefix()
Get the prefix of this package so we can utils package natively.
public
getPluginConstantPrefix() : string
Return values
stringsetupConstants()
Make sure the REAL_QUEUE constants are available.
public
static setupConstants() : mixed