Source: factory.core/ObjKeycloakSyncService.py
Background service for processing Keycloak sync queue.
Runs continuously, checking for pending sync operations and
processing them when Keycloak is available.
| Method | Signature | Description |
|---|---|---|
| start | start() |
Start the sync service. |
| status | status() |
Print detailed status and exit. |
Start the Keycloak sync service.
Show current Keycloak resilience status.
Test Keycloak connection and configuration.
Process sync queue immediately (one cycle).
Run cleanup of expired tokens and completed syncs.