#169 · SimpleX /api/event-announce + /api/job-announce receivers + safety-net poller
+140 pts on merge
Claim on GitLab
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-announceandPOST /api/job-announce(authX-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(theappcreated ~L50); newscheduler/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
Sign in to join the discussion.
No comments yet. Be the first to weigh in.