-
Notifications
You must be signed in to change notification settings - Fork 137
fix if posix is not enabled (e.g. Windows) #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
===========================================
+ Coverage 47.72% 47.9% +0.18%
Complexity 230 230
===========================================
Files 15 15
Lines 901 860 -41
===========================================
- Hits 430 412 -18
+ Misses 471 448 -23
Continue to review full report at Codecov.
|
|
Hello, I have a similar issue whe trying to kill workers: I'm running cakephp on easyphp - Windows 7. thanks in advance |
|
Interesting, how else could we kill it then in this case? |
|
This should fix things for now: 340f9df |
|
Hello dear Mark,
I've tryed your solution, however, the kill command is not recongnized. I've tried this The Taskkill command works on Windows 7. regards. |
|
Can you make a PR with your suggested changes, please? |
If posix is not enabled the filename is created as sha1 hash:
and
$pid = $this->QueuedJobs->key();is set as