tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
237 stars 52 forks source link

Verify whether queue.grant() gives all necessary permissions #116

Closed Totktonada closed 4 years ago

Totktonada commented 4 years ago

It seems accesses for calling at least the following functions are not granted:

Let's verify others as well.

Reported by @rybakit.

Totktonada commented 4 years ago

Duplicate of #115.