Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard +40 merge_pr award. New to the repo? See the Contributing guide, and Local Development & SSO to run the app locally (cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.

Description

Context

Workers push announcements to the bot via webhooks, backed by a poller that catches missed deliveries (a fire-and-forget webhook alone silently dropped Signal event broadcasts for 36 days once). SimpleX's express app exposes only /health.

Acceptance criteria

  • [ ] POST /api/event-announce and POST /api/job-announce (auth X-Bot-API-Key -> getBotApiKey()) broadcast to the right SimpleX groups.
  • [ ] A safety-net poller (<=60s) picks up announcements stuck pending.
  • [ ] Poller registered in index.ts, stopped on shutdown.

Technical hints

  • Signal reference: /api/event-announce + scheduler/event-announcement-scheduler.ts.
  • SimpleX target: add routes to the express app in src/src/index.ts (the app created ~L50); new scheduler/event-announcement-scheduler.ts.
  • Never read an env API key inline — always getBotApiKey()/botAuthHeaders().

--- Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook auto-awards feature_bounty_<tier> + the standard merge_pr (40 pts) to your scoreboard account. Your commit email must match your Authentik email. Backlog context: docs/simplex-parity-bounties.md.

Relevant files

No relevant files linked yet.

Hints

No hints yet.

Activity

No points have been awarded for this bounty yet.

Comments

No comments yet. Be the first to weigh in.

↑ Top