pd-oncall-chat-topic
pd-oncall-chat-topic copied to clipboard
Automatically clean up DDB Table after too many failures
Things in PD or Slack may change. In an effort to save execution time, it might make sense to log how many failures there are and then after N failures, remove the ddb entry.
The DDB table already supports TTL so the logic could be extended to log the failures then add a TTL entry.