Algorithm may hit job limit - tone down emitted message #5765
Labels
mod: algorithms
Related to the Algorithms module
type: enhancement
It's working, but needs polishing
On seeing this message it confuses some users to believe that a failure has ocurred when exceuting an algorithm that requires lots of circuits to be executed when a job limit is reached. The backend limit error is detected when submitting a job so the code progresses as expected - however the message, maybe due to the fact that it is at Warning level, confuses people. Perhaps this should be dropped to Debug level so we can see its happening if we need to debug a problem, and so users would not normally see this.
https://github.com/Qiskit/qiskit-terra/blob/92f73f72cde40841d9080e32e87126e0b90d4c60/qiskit/utils/run_circuits.py#L168-L169
The text was updated successfully, but these errors were encountered: