Skip to content
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

Error on queue:work database #31276

Closed
Litiano opened this issue Jan 28, 2020 · 1 comment · Fixed by #31277
Closed

Error on queue:work database #31276

Litiano opened this issue Jan 28, 2020 · 1 comment · Fixed by #31277

Comments

@Litiano
Copy link
Contributor

Litiano commented Jan 28, 2020

  • Laravel Version: 6.13.0
  • PHP Version: 7.4.1
  • Database Driver & Version: PDO SqlSrv 5.7.0
  • OS: Windows 7 x64

Description:

PHP on Windows does not support PCNTL functions.

Steps To Reproduce:

$ php artisan queue:work database

In Worker.php line 182:

Call to undefined function Illuminate\Queue\pcntl_alarm()

@kanidjar
Copy link
Contributor

Can the documentation be updated as well?

https://laravel.com/docs/6.x/installation#server-requirements

PCNTL is not mentioned at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants