fix: [AAP-24814] prevent request enqueuing when parent deleted#933
fix: [AAP-24814] prevent request enqueuing when parent deleted#933jshimkus-rh merged 10 commits intoansible:mainfrom jshimkus-rh:aap-24814
Conversation
|
Tests to come. |
|
Hi @jshimkus-rh What I noticed is that once the activation is deleted I saw in every loop of the monitor the message: It seems that the problem is after run I think there is a bug in this PR, because in I'm afraid that just cancelling the job could not be enough. What do you think about handling the issue in |
Right. And cancelling that before it gets a chance to run prevents the problem. Ultimately, as pointed out in that PR, it's the requests_queue push that's the culprit. |
No description provided.