thebernardlim
thebernardlim

Reputation: 870

How to access hosted Beanstalkd server

Beginner in Beanstalkd here. I have a hosted Beanstalkd server elsewhere with the following URL : http://beanstalkdhost:1234/here.

Questions: - How would I be able to view the lists of tubes/jobs available? Note that this server is not hosted by me.

Do note that I am also running a Windows machine (I believe there might be some limitations).

Will appreciate if I can get some advice.

Thanks in advance!

Upvotes: 0

Views: 261

Answers (1)

Alister Bulman
Alister Bulman

Reputation: 35169

Beanstalkd is not a webservice. It does not present as a web-URL, but as a TCP socket that a connection is opened to, and bytes are sent to.

Knowing who is running the server for you might help out a lot in assisting you, but it does not appear to be a standard Beanstalkd queue.

Upvotes: 0

Related Questions