Class: Xeno::SlackEventJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- Xeno::SlackEventJob
- Defined in:
- app/jobs/xeno/slack_event_job.rb
Overview
Processes one verified Slack event off the webhook path: the endpoint acks inside Slack's 3-second window and hands the payload here. Retry storms die at the event_id dedup row, and a session can never be double-opened — the thread's continuation token is unique among active sessions.