-
-
Notifications
You must be signed in to change notification settings - Fork 58
[BUG] Docker container does not stop in oneshot mode #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This also happens to me.
|
same behaviour here. would be great if the container stops. |
@mandarons a short addition: same problem when using "retry_login_interval: -1". My expectation would be the docker container stops after the first login failed. but it just does not. is it the same problem? or should I open another bug? |
When Setting |
@mandarons is it possible to exit the container too when the login fails? otherwise I would not recognize in any way that the sync process is no more working. |
Yeah, that's possible. I typically get notifications if logins are failing. But there is no point in keeping the container running if login is failing and Let me see if I can handle this case as well once I figure out solution to this bug. |
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: