Anpassungen REQUIRE_FULL_SOLVE
This commit is contained in:
@ -17,7 +17,9 @@ services:
|
||||
# limit to prevent messages in never ending cycles
|
||||
- MESSAGE_MAX_CONTACTS=100
|
||||
# wait for all extraction agents to return results before solving a riddle
|
||||
- REQUIRE_FULL_EXTRACT=false
|
||||
- REQUIRE_FULL_EXTRACT=true
|
||||
# wait for all solve agents to return a solutions before giving to gatekeeper
|
||||
- REQUIRE_FULL_SOLVE=true
|
||||
# how to access management (the host name is the name of the service in this file)
|
||||
- MANAGEMENT_URL=http://management
|
||||
# *register* the agents to the management
|
||||
|
Reference in New Issue
Block a user