We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Docker container restarts periodically Message:
Traceback (most recent call last): 2023-06-22 10:54:32 File "/usr/local/bin/koi-worker", line 8, in 2023-06-22 10:54:32 sys.exit(main()) 2023-06-22 10:54:32 File "/usr/local/lib/python3.8/dist-packages/koi_core/worker.py", line 207, in main 2023-06-22 10:54:32 sec_since_last_change = (datetime.utcnow() - instance.last_modified).total_seconds() 2023-06-22 10:54:32 TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'str'
The text was updated successfully, but these errors were encountered:
This was fixed in commit c6f3898.
Sorry, something went wrong.
hannesrichter
Successfully merging a pull request may close this issue.
Docker container restarts periodically
Message:
The text was updated successfully, but these errors were encountered: