mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 03:41:44 +03:00
d0cd634d7c
This commit adds a new optional boolean field, force_sync, to the SyncsActiveUpdateInput class in the sync module. The force_sync field allows users to manually trigger a sync operation, bypassing the regular sync interval. By default, force_sync is set to False. The force_sync field is used in the GoogleSyncUtils and AzureSyncUtils classes to determine whether to perform a sync operation even if the regular sync interval has not elapsed. If force_sync is True, the last_synced timestamp is updated and the sync operation is executed. This enhancement provides more flexibility and control over the synchronization process, allowing users to manually trigger sync operations when needed. |
||
---|---|---|
.. | ||
analytics | ||
api_key | ||
assistant | ||
authorization/utils | ||
brain | ||
chat | ||
contact_support | ||
knowledge | ||
misc/controller | ||
notification | ||
onboarding | ||
prompt | ||
sync | ||
tools | ||
upload | ||
user | ||
__init__.py |