quivr/backend/modules/sync
Stan Girard 31d3cce97f
fix: sync creation fixed (#2637)
This pull request includes updates to the `docker-compose.dev.yml` and
`Dockerfile.dev` files. The changes aim to improve performance and fix
bugs. The updates include:

- Removing unnecessary workers configuration in the
`docker-compose.dev.yml` file.

- Updating the base image in the `Dockerfile.dev` to use a slim version.

- Adjusting the schedule for a specific task in the code.

- Modifying the time interval for retrieving active syncs.

- Changing the loader class for processing PowerPoint files.

- Refactoring the file existence check logic.

- Adding debug logs for file existence check and file removal.

- Adjusting the file synchronization logic.

These changes are intended to enhance the performance and stability of
the application.
2024-06-06 10:06:21 -07:00
..
controller feat(sync): retrieve user email used for the connection (#2628) 2024-05-29 06:39:13 -07:00
dto feat(sync): retrieve user email used for the connection (#2628) 2024-05-29 06:39:13 -07:00
entity Feat/auth-playground (#2605) 2024-05-21 13:20:35 -07:00
repository feat(sync): retrieve user email used for the connection (#2628) 2024-05-29 06:39:13 -07:00
service feat(sync): retrieve user email used for the connection (#2628) 2024-05-29 06:39:13 -07:00
tests Feat/auth-playground (#2605) 2024-05-21 13:20:35 -07:00
utils fix: sync creation fixed (#2637) 2024-06-06 10:06:21 -07:00
__init__.py Feat/auth-playground (#2605) 2024-05-21 13:20:35 -07:00
tasks.py Feat/auth-playground (#2605) 2024-05-21 13:20:35 -07:00