how to stop a delay job?
Open
@zhuravljov is already working on this.
Since Jul 23, 2017.
type:docs
type:enhancement
- Dominant language
- PHP
- Stars
- 1.1k
- Forks
- 285
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
hello,I got a delay jobID and I want to stop it later. how to stop it ?
this is my code
$jobID = Yii::$app->queue->delay(1234)->push(new \console\jobs\DemoJob([
'function' => "test1",
'params' => ['order_id' => 123],
]));
Thank you!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.