You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
as specified in the README.md to start a worker, using a fresh Redis instance and a simple config file based on the ssh template. This gets stuck in an infinite loop while attempting to load a default configuration from Redis, as the retry variable is never incremented.
assertretry<10, "Cannot retrieve default config from redis DB - aborting"
Also, I can't tell from the documentation, but (once the above is fixed) how are you meant to start a worker if you don't already have a default configuration in the Redis database?
I attempted to run the following command:
as specified in the README.md to start a worker, using a fresh Redis instance and a simple config file based on the ssh template. This gets stuck in an infinite loop while attempting to load a default configuration from Redis, as the
retryvariable is never incremented.nmt-wizard/server/worker.py
Lines 68 to 77 in 065792a
Also, I can't tell from the documentation, but (once the above is fixed) how are you meant to start a worker if you don't already have a default configuration in the Redis database?