You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have configured drive and photos sync to one shot by setting -1 to interval.
After running docker image I expect that it will finish after syncing once.
To confirm I added && echo "end" to init.sh:
2024-10-10 06:26:45,572 :: INFO :: root :: sync.py :: 75 :: Syncing drive...
2024-10-10 06:26:45,572 :: INFO :: root :: sync.py :: 77 :: Drive synced
2024-10-10 06:26:45,572 :: INFO :: root :: config_parser.py :: 83 :: Syncing drive every -1 seconds.
2024-10-10 06:26:45,572 :: INFO :: root :: sync.py :: 80 :: Syncing photos...
2024-10-10 06:26:45,572 :: INFO :: root :: sync.py :: 82 :: Photos synced
2024-10-10 06:26:45,572 :: INFO :: root :: config_parser.py :: 98 :: Syncing photos every -1 seconds.
2024-10-10 06:26:45,573 :: INFO :: root :: sync.py :: 131 :: Resyncing at Thu Oct 10 06:26:45 2024 ...
2024-10-10 06:26:45,573 :: INFO :: root :: config_parser.py :: 83 :: Syncing drive every -1 seconds.
2024-10-10 06:26:45,573 :: INFO :: root :: config_parser.py :: 83 :: Syncing drive every -1 seconds.
end
[image still runing]
^C^\%
To Reproduce
Steps to reproduce the behavior:
Set both sync_intervals to -1
Wait for sync
See that docker container is still running
Expected behavior
Docker container is stopped after syncing
The text was updated successfully, but these errors were encountered:
Describe the bug
I have configured drive and photos sync to one shot by setting
-1
to interval.After running docker image I expect that it will finish after syncing once.
To confirm I added
&& echo "end"
toinit.sh
:To Reproduce
Steps to reproduce the behavior:
sync_intervals
to-1
Expected behavior
Docker container is stopped after syncing
The text was updated successfully, but these errors were encountered: