Skip to content

Commit

Permalink
Extend status msg
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aizquier@redhat.com>
  • Loading branch information
Alex-Izquierdo committed Feb 20, 2024
1 parent 7f253b8 commit eb2835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aap_eda/services/activation/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def _create_activation_instance(self):
):
msg = (
"Failed to create rulebook process. "
"Reason: Max running processes reached."
"Reason: Max running processes reached. "
"Waiting for a free slot."
)
self._set_activation_status(ActivationStatus.PENDING, msg)
Expand Down

0 comments on commit eb2835e

Please sign in to comment.