Sha256: 77d3a6b85ac8f3bca4cac838496160945a25b99c2ce77537ecf22f9d1e12eb02

Contents?: true

Size: 874 Bytes

Versions: 76

Compression:

Stored size: 874 Bytes

Contents

.. -*- rst -*-

.. highlightlang:: none

Request ID
==========

Summary
-------

.. versionadded:: 4.0.9

You can assign ID to each request.

The ID can be used by canceling the request. See also
:doc:`/reference/commands/request_cancel` for details about canceling
a request.

Request ID should be managed by user. If you assign the same ID for
some running requests, you can't cancel the request.

The simplest ID sequence is incremented numbers such as ``1``,
``2`` , ``...``.

A request ID is a string. The maximum request ID size is 4096 byte.

How to assign ID to request
---------------------------

All commands accept ``request_id`` parameter. You can assign ID to
request by adding ``request_id`` parameter.

Here is an example to assign ``id-1`` ID to a request::

  select Users --request_id id-1

See also
--------

* :doc:`/reference/commands/request_cancel`

Version data entries

76 entries across 38 versions & 1 rubygems

Version Path
rroonga-7.0.2-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-7.0.2-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-7.0.2-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-7.0.2-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.1.3-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.1.3-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.1.3-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.1.3-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.1.0-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.1.0-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.1.0-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.1.0-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.0.9-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.0.9-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.0.9-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.0.9-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.0.7-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.0.7-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
rroonga-6.0.7-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
rroonga-6.0.7-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt