Skip to content

Commit

Permalink
Remove confusing services definition (#4970)
Browse files Browse the repository at this point in the history
Service is not always blocking-call.

(cherry picked from commit fc1311b)
  • Loading branch information
karaketir16 authored and mergify[bot] committed Jan 27, 2025
1 parent 0c6126f commit acb9930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/How-To-Guides/Topics-Services-Actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Services
--------

* Should be used for remote procedure calls that terminate quickly, e.g. for querying the state of a node or doing a quick calculation such as IK. They should never be used for longer running processes, in particular processes that might be required to preempt if exceptional situations occur and they should never change or depend on state to avoid unwanted side effects for other nodes.
* Simple blocking call. Mostly used for comparably fast tasks as requesting specific data. Semantically for processing requests.

Actions
-------
Expand Down

0 comments on commit acb9930

Please sign in to comment.