Skip to content

feat(operator): adapt Slack personal polling cadence - #1275

Merged
edwin-zvs merged 1 commit into
mainfrom
slack-personal-adaptive-polling
Aug 19, 2026
Merged

feat(operator): adapt Slack personal polling cadence#1275
edwin-zvs merged 1 commit into
mainfrom
slack-personal-adaptive-polling

Conversation

@edwin-zvs

Copy link
Copy Markdown
Contributor

Summary

  • treat the configured Slack-personal poll interval as the idle ceiling
  • reset accepted activity to the 5-second safe floor, then double idle waits back to the ceiling
  • keep out-of-scope account traffic from holding the channel at the active cadence
  • document the timing contract and clarify the TUI/web setting label

Timing semantics

  • startup and backend reconnect: configured idle ceiling
  • accepted ingress activity: next sweep in 5 seconds
  • each idle sweep: double the next interval, capped at the configured ceiling
  • default sequence after activity: 5s, 10s, 20s

Verification

  • cargo test -p construct-daemon (725 passed)
  • cargo test -p construct-cli slack_personal (1 passed)
  • cargo build

No recording included: this is backend scheduling behavior; the only visible change is configuration copy clarifying the setting semantics.

@edwin-zvs
edwin-zvs merged commit bdfed32 into main Aug 19, 2026
1 check passed
@edwin-zvs
edwin-zvs deleted the slack-personal-adaptive-polling branch August 19, 2026 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant