diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-08-10 17:54:34 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2018-08-10 17:54:34 +0200 |
commit | 18f6f68540ca5c4b55933b2c58a5b3530d13f4cc (patch) | |
tree | 7d7c251e7f38f85509291e85b5d7f00e58257e57 /docs/websockets.md | |
parent | Merge pull request #2158 from chrismeyersfsu/fix-net_creds (diff) | |
parent | Merge pull request #2814 from ryanpetrello/fix-2805 (diff) | |
download | awx-18f6f68540ca5c4b55933b2c58a5b3530d13f4cc.tar.xz awx-18f6f68540ca5c4b55933b2c58a5b3530d13f4cc.zip |
Merge remote-tracking branch 'tower/release_3.3.0' into devel
Diffstat (limited to 'docs/websockets.md')
-rw-r--r-- | docs/websockets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/websockets.md b/docs/websockets.md index ef0bbaedbb..42b456bbc5 100644 --- a/docs/websockets.md +++ b/docs/websockets.md @@ -27,7 +27,7 @@ Once you've connected, you are not subscribed to any event groups. You subscribe 'project_update_events': [ids...], 'inventory_update_events': [ids...], 'system_job_events': [ids...], - 'control': ['limit_reached'], + 'control': ['limit_reached_<user_id>'], } These map to the event group and event type you are interested in. Sending in a new groups dictionary will clear all of your previously |