Vim

Results 23 issues of Vim

Reason for this is probably the queue frequency(job processing) is getting in the way of the direct commands. May be we should have a way to reliably execute direct commands...

bug

I notice that disconnected clients gets jobs served because beanstalkg doesn't reliably detect when they have gone away.

The list-tubes command returns a list of all existing tubes. Its form is: list-tubes\r\n The response is: OK \r\n \r\n - is the size of the following data section in...

enhancement
ready to implement

I just noticed because beanstalkg uses string ids instead of integers as in the case of beanstalkd some clients available for beanstalkd might not work correctly for beanstalkg. I already...

help wanted
ready to implement

I observed that reserve with time out produces inconsistent behaviour when clients reconnect. Needs further investigation

bug

This is in reference to a conversation we had on #55 .

in progress

https://vimukthi.com/queue-story-1-introduction-to-beanstalkg-3f60ecbd6477

The peek commands let the client inspect a job in the system. There are four variations. All but the first operate only on the currently used tube. - "peek \r\n"...

enhancement
ready to implement