We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Let's add label filtering to rpc calls.
Example:
cartridge_rpc.call('runner', 'start_task', {}, {labels = {['meta'] = 'special_runner'}})
The text was updated successfully, but these errors were encountered:
cartridge.rpc: added filtering by labels (tarantool#1957)
12dd54e
Added doc & changelog (tarantool#1957)
ad62bb2
Successfully merging a pull request may close this issue.
Hi! Let's add label filtering to rpc calls.
Example:
The text was updated successfully, but these errors were encountered: