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

[11.x] Add port configuration for Beanstalkd driver #53868

Closed
wants to merge 2 commits into from

Conversation

devpsk
Copy link

@devpsk devpsk commented Dec 12, 2024

This PR adds the port parameter to the Beanstalkd driver configuration in config/queue.php.

Motivation

Including the port explicitly improves readability and aligns the Beanstalkd configuration style with other drivers, which also define both host and port. The port value defaults to null, allowing the Pheanstalk library to use its default port (11300). This ensures full backward compatibility while giving users the flexibility to configure the port via the BEANSTALKD_QUEUE_PORT environment variable if needed.

@taylorotwell
Copy link
Member

You can add this to your own application if you need it. 👍

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 this pull request may close these issues.

2 participants