-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Migrations: Use Process Manager to create own Context #13792
Migrations: Use Process Manager to create own Context #13792
Conversation
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.
Cool So I think we can do even better here actually - if we get the process manager to be the one to make the contexts we can get it to stick the PID in the data context, so we can either avoid registering child processes or better display child processes with their parents.
however, this is a great first step towards moving to make these things cancellable from outside process
Backport: #13793 |
Codecov Report
@@ Coverage Diff @@
## master #13792 +/- ##
==========================================
- Coverage 42.24% 42.13% -0.11%
==========================================
Files 707 707
Lines 77123 77130 +7
==========================================
- Hits 32577 32500 -77
- Misses 39181 39288 +107
+ Partials 5365 5342 -23
Continue to review full report at Codecov.
|
🚀 |
as title :)
now migration processes will show up in
http://localhost:3000/admin/monitor