abra app list -S should not fail if one of the servers is not accessable #581
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On an
abra app list -S
, sometimes something such as this will occur:querying remote servers... 63% |█████████████████████████ | (19/30) FATA unknown server, run "abra server add swarm-1.coopcloud.tech"?
It seems as though the message should still happen but the loop should continue, skipping the failed server. There's no reason this should be an abort, especially since it takes so long to do this process.
Related: #560