I have 2 servers with installed beanstalkd.
- First server have ip 10.1.0.61
- Second server have ip 10.1.0.62
Now I want to send job data to worker
- I created the job on the first server(61)
- The worker is running only on the second server(62)
To start beanstalkd on the first(61) server i run the command:
beanstalkd -l 10.1.0.62 -p 11300
On the second server(62) i run the command to start beanstalkd server with command:
beanstalkd -l 0.0.0.0 -p 11300
I get the error:
beanstalkd: net.c:125 in make_server_socket: bind(): Cannot assign requested address beanstalkd: main.c:64 in main: make_server_socket()