oncall-engine/engine/apps/grafana_plugin/tasks
Michael Derynck 586205368e
Sync process and backend plugin tweaks (#4939)
- Split up sync requests into batches to run concurrently
- Add more logging for when API calls to Grafana fail to parse
- Call sync from backend plugin when status is called
- Lock sync from backend plugin to only run every 5 mins
- Add timer display for API call to sync to return remaining time before
sync can execute
- Remove locks from celery task since it's work is low cost and we lock
in the backend plugin anyways.
2024-08-28 16:34:30 +00:00
..
__init__.py Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00
sync.py Update sync task to consider never synced orgs (#4901) 2024-08-22 15:09:28 +00:00
sync_v2.py Sync process and backend plugin tweaks (#4939) 2024-08-28 16:34:30 +00:00