From 3bf5126d84a67e7dec193bec0f6eff165e25665f Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Wed, 3 Jun 2020 03:51:11 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 880f9ed..8ebaff5 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ increased data transparency) Trains-Agent Services container will spin **any** task enqueued into the dedicated `services` queue. Every task launched by Trains-Agent Services will be registered as a new node in the system, providing tracking and transparency capabilities. +You can also run the Trains-Agent Services manually, see details in [trains-agent services mode](https://github.com/allegroai/trains-agent#trains-agent-services-mode-) **Note**: It is the user's responsibility to make sure the proper tasks are pushed into the `services` queue. Do not enqueue training / inference tasks into the `services` queue, as it will put unnecessary load on the server.