-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-working Status Update Queue Message Handling #2700
Conversation
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3181228287 (with refid (in response to this comment from @damoodamoo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does adding session_id require any kind of migration plan for the queue?
The queue will just recreate. I've called it out in the changelog, but there's no 'migration' possible really. just a case of making sure you deploy when the TRE is idle. |
/test-destroy-env |
Destroying PR test environment (RG: rg-treca83a86f)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3181582475) |
Destroying branch test environment (RG: rg-tre5a42259b)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3181582475) |
Branch test environment destroy complete (RG: rg-tre5a42259b) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3181620293 (with refid (in response to this comment from @damoodamoo) |
PR test environment destroy complete (RG: rg-treca83a86f) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3181777758 (with refid (in response to this comment from @damoodamoo) |
1 similar comment
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3181777758 (with refid (in response to this comment from @damoodamoo) |
/test-destroy-env |
Destroying PR test environment (RG: rg-treca83a86f)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3183288912) |
Destroying branch test environment (RG: rg-tre5a42259b)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3183288912) |
Branch test environment destroy complete (RG: rg-tre5a42259b) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3183394706 (with refid (in response to this comment from @damoodamoo) |
PR test environment destroy complete (RG: rg-treca83a86f) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3184407682 (with refid (in response to this comment from @damoodamoo) |
PR test environment destroy complete (RG: rg-treca83a86f) |
/test-destroy-env |
Destroying branch test environment (RG: rg-tre5a42259b)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3184813673) |
Branch test environment destroy complete (RG: rg-tre5a42259b) |
Destroying PR test environment (RG: rg-treca83a86f)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3184813673) |
PR test environment destroy complete (RG: rg-treca83a86f) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3184821443 (with refid (in response to this comment from @damoodamoo) |
…reTRE into damoo/2469-sb-out-of-order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just had one question and I haven't read part of the diff under the assumption that it hadn't changed
/test-force-approve extended tests have previously run successfully. |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 9cfbdf2) (in response to this comment from @damoodamoo) |
/test-force-approve |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit ebc4cb0) (in response to this comment from @damoodamoo) |
Resolves #2647
What's changed:
tre-deploy
. This will enforce ordering of messages, using the operation id as the session id.@repeat-every
to a dedicated background thread, running continuously.