-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathteam_migration_started.json
More file actions
12 lines (12 loc) · 1.16 KB
/
Copy pathteam_migration_started.json
File metadata and controls
12 lines (12 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": "team_migration_started",
"desc": "The workspace is being migrated between servers.",
"long_desc": "The team_migration_started event is sent when a Slack workspace is about to be migrated between servers. The websocket connection will close immediately after it is sent. Occasionally we need to move Slack workspaces to a new server. To avoid any data synchronization bugs or race conditions we disconnect all clients from a workspace before starting this process. By the time a client has reconnected the process is usually complete, so the impact is minimal. When clients receive this event, immediately start a reconnection process by calling rtm.start again. You may receive occasional migration_in_progress errors when re-calling rtm.start. If this happens you should wait a few seconds and try again. If the error continues you should wait longer before retrying, and so on. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more",
"example": {
"type": "team_migration_started"
},
"scopes": [],
"APIs": [
"RTM"
]
}