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
Current CLI on main (at e3aae79b107d4b90443db961016460dc806f9d49):
~/a/a/g/aiida-core main ❯ verdi presto --help
Usage: verdi presto [OPTIONS]
...
When the `--use-zmq` flag is toggled, the command skips the RabbitMQ auto-
detection and directly configures the ZMQ broker. To switch to RabbitMQ
later, use `verdi profile configure-rabbitmq`.
Options:
--use-postgres When toggled on, the profile uses a
PostgreSQL database instead of an SQLite
one. The connection details to the
PostgreSQL server can be configured with the
relevant options. The command attempts to
automatically create a user and database to
use for the profile, but this can fail
depending on the configuration of the
server.
--use-zmq When toggled on, the profile uses the ZMQ
broker, which requires no external services
and is started automatically with the
daemon. When not specified, the command
automatically tries RabbitMQ first and falls
back to ZMQ if unavailable. To switch to
RabbitMQ later, use `verdi profile configure-rabbitmq`.
--no-broker When toggled on, no message broker is
configured. This means the daemon cannot be
started and processes cannot be submitted.
Useful for profiles used only for data
exploration and querying.
...
~/a/a/g/aiida-core main ❯ verdi profile --help
Usage: verdi profile [OPTIONS] COMMAND [ARGS]...
Inspect and manage the configured profiles.
Options:
-v, --verbosity [notset|debug|info|report|warning|error|critical]
Set the verbosity of the output.
-h, --help Show this message and exit.
Commands:
configure-rabbitmq Configure RabbitMQ for a profile.
delete Delete one or more profiles.
...
Considerations:
verdi profilecommand to switch brokerPing @mbercx
Current CLI on
main(ate3aae79b107d4b90443db961016460dc806f9d49):