MCPcopy 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

drainMethod · 0.95
obliterateMethod · 0.95

Calls 1

pauseMethod · 0.65

Tested by

no test coverage detected