How to stop a listener?
Open
Nobody has claimed this yet.
question
- Dominant language
- PHP
- Stars
- 1.1k
- Forks
- 285
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
OK,
No problemo with starting a listener:
php yii my-queue/listen --verbose
But how to stop it?
I press CTRL-C and... nothing!
Is there any better way other than killing a job in job monitor?
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.
Research direction
Start by reproducing the issue with php yii my-queue/listen --verbose and Ctrl-C, then trace the listener entry point used by my-queue/listen. Check the existing issue discussion and job monitor behavior; done should be a clearly documented or implemented way to stop the listener without killing a job.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100