Closed danielhollas closed 5 months ago
Good point @danielhollas! Also note that even in the basic tutorial we have a section where we submit to the daemon:
Maybe we should also add a warning here that this will only work in case they have a RabbitMQ broker configured.
Ideally they'd also be able to reconfigure the same profile to use a RabbitMQ broker, but I suppose that'd be beyond the scope of this issue. 😇
Ideally they'd also be able to reconfigure the same profile to use a RabbitMQ broker, but I suppose that'd be beyond the scope of this issue. 😇
This particular piece of scope creep is addressed here https://github.com/aiidateam/aiida-core/pull/6454
I will submit a separate PR to address the original issue
When a user creates a profile with
verdi presto
without rabbitmq broker, and tries to submit a Workflow to a daemon viasubmit
they will be greeted with this assertSince this will likely become a common problem for newcommers, we should provide a clear error message.
Should be done as a follow-up (or part of #6351)