DjangoCelery

Unexpected write spike may indicate data integrity issue

warning
storageUpdated Feb 23, 2026(via Exa)
How to detect:

Sudden spike in django_model_inserts_total, django_model_updates_total, or django_model_deletes_total for a specific model. May indicate runaway background job, bulk deletion bug, or unexpected application behavior.

Recommended action:

Query django_model_deletes_total{model="modelname"} to identify affected model. Review recent code changes affecting that model. Check background jobs and scheduled tasks. Verify no unintended bulk operations are occurring. Investigate application logs for correlation with the spike timing.