-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
Relies on Micronaut
- Clean up jobs table with TTL ([Specs] Scheduler V2 Job Retention Cron. #11869)
- Restart temporal workflows that got stuck/stopped (Automatically find failed connection manager workflows and restart them #14043)
There will likely be 2 services for each above links. Keeping separate services per job means that a failure is isolated and the other services can continue to run. There might be a "talks to our DB & services" service, and then a "talks to temporal" service.
In a future story, we will emit metrics when these jobs run.
Be sure to add an E2E test for the temporal schedule healer