Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/taskforcesh/bullmq
/ pause
Method
pause
php/src/Queue.php:192–195 ·
view source on GitHub ↗
* Pauses the processing of the queue. * * @return void */
()
Source
from the content-addressed store, hash-verified
190
* @return void
191
*/
192
public function pause(): void
193
{
194
$this->scripts->pause(true);
195
}
196
197
/**
198
* Resumes the processing of the queue.
Callers
2
drain
Method · 0.95
obliterate
Method · 0.95
Calls
1
pause
Method · 0.65
Tested by
no test coverage detected