-
Notifications
You must be signed in to change notification settings - Fork 3.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
websockets client / wrapper #4209
Comments
some notes: when we launch a job in AWX, the following things happen sequentially:
Ideally we want to eliminate the possibility for race conditions and missed job events between steps 2 and 3. |
more notes:
|
Potentially useful for any presentational components that are driven by job statuses (status icons, etc.): https://reactjs.org/docs/hooks-custom.html |
tangentially: #1611 |
Also tangentially: as part of this we should revisit moving to a daphne/channels version from this century |
This is for adding a basic ws module to the client:
The text was updated successfully, but these errors were encountered: