Add retry logic for CreatePipeline with backoff#6067
Conversation
|
This doesn't fix the actual issue, I don't think this is a good way to go. |
The reality is that this issue has been shelved for too long. We should take measures to prevent it from happening, so as to ensure stable system usage. |
|
Yes, but there was a solution using a lock already. That would be better I think (that pr was closed at some point, don't know why. I was not involved there) |
Although this solution is not the most elegant approach, it can solve the problem and allow the system to operate normally. |
6543
left a comment
There was a problem hiding this comment.
I would considder it an hotfix that is selfe contained ... so okish for me
@qwerty287 I tryed a locking mechanism and currently it has still edgecases where some sql dialects dont work propperly or poorly and so I would say this hotfix is good enoth for now and self contained. so reverting it and using an lock mechanism later is still easy to do... #5534 (comment) -> not sure when i do dedicate time to it ... |
closes #3884