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
Probably use a queue for commands, and some notification mechanism (polling?) to know when a command is done.
This should also help future multi-node setups. Essentially we want to be sure that commands for a specific CA are processed in order.
For the pilot release it's not a huge deal if the occasional command fails because it's trying to update an out-of-date CA, because the command will just be tried again.
Still, this should be solved for 1.0
The text was updated successfully, but these errors were encountered:
Probably use a queue for commands, and some notification mechanism (polling?) to know when a command is done.
This should also help future multi-node setups. Essentially we want to be sure that commands for a specific CA are processed in order.
For the pilot release it's not a huge deal if the occasional command fails because it's trying to update an out-of-date CA, because the command will just be tried again.
Still, this should be solved for 1.0
The text was updated successfully, but these errors were encountered: