Container event, Container died - Python Poetry cron job
martinnormark
HOBBYOP
2 years ago
I have a small cron job that I want to run every 3 hours.
It starts up fine, but seems to die again:
Starting Container
Creating virtualenv importer-9TtSrW0h-py3.11 in /root/.cache/pypoetry/virtualenvs
Stopping Container
[00:06:06] INFO Identity of the Edgar REST client set to [martin core.py:158
container event container died
The funny thing is, it is the "Creating virtualenv..." log entry that fails (at least the severity of that is error):
level:"error"
replica: c38cf515-8c8a-4051-af04-ed27da0b5c2b
I have checked metrics, and it doesn't seem to exceed memory limit.
0 Replies