kytos-ng / mef_eline

Kytos NApp to create and manage point-to-point L2 circuits
https://kytos-ng.github.io/api/mef_eline.html
MIT License
0 stars 8 forks source link

Error handling when installing and deleting flows #495

Open Alopalao opened 1 month ago

Alopalao commented 1 month ago

Continuation on previous PR. In that PR retries where added to flow installation and deletion as well as an exception raising. This process can still fail so it would be better to add a way to recognize this EVC with failed flows and keep them until the cause of the error is resolved.

viniarck commented 1 week ago

Setting it as priority_medium for now instead of priority_major since in theory with the api concurrency limit properly sized this is less likely to happen, although certainly deserves to be fixed when we have the chance.