Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hydrate): gracefully handle Workbench unavailability during startup
The TAXII server was failing to start when Workbench was temporarily unavailable during initialization. Modified startup sequence to: - Ensure indexes are created regardless of hydration status - Continue service startup even if initial hydration fails - Defer hydration to scheduled job if initial attempt fails - Add more detailed error logging This change allows the TAXII server to start successfully and retry hydration later, rather than failing completely when Workbench is temporarily down.
- Loading branch information