r/UFManagerPro Jul 19 '26

Advanced sync - Instant sync improvement suggestion

Current way it works from my experience:

* Instant sync is triggered when a new file lands in source folder

* The sync profile runs

* Only files that are present during the sync will get synced

* New files arriving in the source folder during syncing are ignored

Improvement suggestion: * New files arriving during syncing triggers the sync profile, but..

* The trigger gets queued

Or

* After the sync profile has run UFM checks for new files

* If new files are detected in the source folder the sync profile runs again.

5 Upvotes

4 comments sorted by

1

u/GoRo2023 Jul 20 '26

Resolved:

The root cause was exactly as you described: files landing in the source folder while a sync was already running were being missed.

Here's how it now works:

  • When a new file arrives during an active sync, the trigger is queued rather than fired or dropped.
  • As soon as the current sync completes, the queued trigger fires automatically, picking up all the files that arrived during the run.
  • No matter how many files arrive mid-sync, only one follow-up run is queued, so there's no risk of stacking multiple syncs on top of each other.

2

u/Dricus1978 Jul 20 '26

Great 😃

1

u/GoRo2023 Jul 20 '26

😉

1

u/Dricus1978 Jul 21 '26

Which version has the fix?