You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -356,3 +357,36 @@ Preview which users would be updated:
356
357
357
358
- Calls the `refresh_users_github_photos()` Celery task which queues photo updates for all users with GitHub usernames
358
359
- With `--dry-run`, displays information about which users would be updated without making any changes
360
+
361
+
## `clear_slack_activity`
362
+
363
+
**Purpose**: Delete all slack activity tracking data from the database. This command removes all records from the `SlackActivityBucket` and `ChannelUpdateGap` tables, and resets the `last_update_ts` field to "0" for all channels. This is useful for resetting the slack activity tracking system to its initial state.
0 commit comments