Troubleshooting
Troubleshooting
If the Dummy Integration stops generating data:
- Verify the integration is marked as
is_enabled=Truein thesystem_integrationstable. - Check the Celery worker logs. The
sync_active_integrationstask runs every 15 minutes. - If data is still missing, trigger a manual sync via the
/api/v1/integrations/{domain}/syncREST endpoint.