Vim

Results 23 issues of Vim

The stats-job command gives statistical information about the specified job if it exists. Its form is: stats-job \r\n - is a job id. The response is one of: - "NOT_FOUND\r\n"...

triage

The stats-tube command gives statistical information about the specified tube if it exists. Its form is: stats-tube \r\n - is a name at most 200 bytes. Stats will be returned...

triage

The stats command gives statistical information about the system as a whole. Its form is: stats\r\n The server will respond: OK \r\n \r\n - is the size of the following...

triage

The list-tube-used command returns the tube currently being used by the client. Its form is: list-tube-used\r\n The response is: USING \r\n - is the name of the tube being used.

enhancement
ready to implement

The list-tubes-watched command returns a list tubes currently being watched by the client. Its form is: list-tubes-watched\r\n The response is: OK \r\n \r\n - is the size of the following...

enhancement
ready to implement

The pause-tube command can delay any new job being reserved for a given time. Its form is: pause-tube \r\n - is the tube to pause - is an integer number...

enhancement
ready to implement

Currently beanstalkg do not support the any of the administrative commands supported by beanstalkd. These are needed to make it more devops friendly. Will create an issue each if individual...

enhancement
in progress

Right now there are no integration tests being run to make sure that all implemented functionality runs correctly. Need to develop a proper integration test suite to be run in...

in progress

https://github.com/vimukthi-git/beanstalkg/blob/master/architecture/queue.go needs to have unit tests.

enhancement
in progress

Revert transactions eg: 1. Anchoring fails, then we need to remove the updated version from the db 2. NFT minting fails then we need to revert nfts that were anchored...