mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-11 07:09:18 +00:00
9 lines
388 B
Markdown
9 lines
388 B
Markdown
# ttl.sh hooks
|
|
|
|
This is the hooks server that also has the reaper for ttl.sh.
|
|
|
|
The webhooks from the registry are terminated in [src/controllers/HookAPI.ts](https://github.com/replicatedhq/ttl.sh/blob/master/hooks/src/controllers/HookAPI.ts). The reaper runs on a cron and executes [src/commands/reap.ts](https://github.com/replicatedhq/ttl.sh/blob/master/hooks/src/commands/reap.ts).
|
|
|
|
|
|
|