AOSSIE-Org / AOSSIE-Org/PictoPy

BUG : Infinite Stream of Folder Status Requests When AI Tagging Is Enabled

Abierto
#612 8 comentarios 0 reacciones 1 asignado Reclamado por @Hemil36 Ver en GitHub
backend bug frontend
Lenguaje dominante
Python
Estrellas
283
Forks
679
Merge medio
7 d 2 h
PR fusionados (30 d)
3

Descripción

### Is there an existing issue for this?

- [x] I have searched the existing issues

### What happened?

**Description** :

When a folder is added and AI Tagging is turned on, the frontend starts sending folder status requests to the backend continuously and indefinitely while the user stays on the Settings → Folder page.
This causes a nonstop stream of network calls and backend log spam.

**Steps to Reproduce**

- Navigate to the Settings page.

- Add a new folder.

- Enable AI Tagging for that folder.

- Stay on the same Settings → Folder page.

- Observe backend logs — you’ll see folder status requests being sent indefinitely without stopping.

**Expected Behavior**

The frontend should:

- Make a single folder status request, or

- Poll at controlled intervals until the tagging process completes, then stop automatically.

### Record

- [x] I agree to follow this project's Code of Conduct

### Checklist before Submitting

- [ ] Have you updated docs for it?
- [ ] Have you added unit tests?
- [ ] Have you made sure unit tests pass?
- [x] Have you made sure code formatting is correct?
- [ ] Do Your changes passes all tests?

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.