Closed 8W9aG closed 9 months ago
IBC's autorestart feature has quite a few quirks.
IB Gateway insists on being restarted daily at least once. IBC can help with this, and the setting for the auto-restart is via the docker compose variable IBC_AutoRestartTime. No user authentication is required for this.
IB Gateway also insists on being fully restarted weekly (every Sunday at 1300 SGT). A manual login is required for this.
Quick question - If I want the container to auto-restart after a scheduled Cold Restart, is the recommended way to do something like this?
services:
ibkr:
restart: unless-stopped
...
Or is there more explicit mechanism that is preferred?
Thanks!
After running ibkr-docker for some time it seems to eventually exit with the following logs:
Are there some extra steps to prevent this from happening, such as producing a autorestart file?