- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| celery_task_routes.py | ||
| ci_test.py | ||
| dev.py | ||
| helm.py | ||
| hobby.py | ||
| prod_without_db.py | ||