SIGKILL in celery container on production
- Dominant language
- CSS
- Stars
- 46
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
```
[2024-09-23 08:28:34,770: ERROR/ForkPoolWorker-3] Task rodan.core.create_diva[eeb7f1de-e6fa-4af5-8bbb-324369e9bc7a] raised unexpected: CalledProcessError(-9, ['/vendor/grok/build/bin/grk_compress', '-i', '/tmp/tmp73o4xmek.tiff', '-o', '/tmp/tmp73o4xmek.jp2', '-n', '5', '-c', '[256,256],[256,256],[128,128]', '-SOP', '-p', 'LRCP', '-r', '16,8,4,2'])
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/celery/app/trace.py", line 412, in trace_task
R = retval = fun(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/celery/local.py", line 191, in __call__
return self._get_current_object()(*a, **kw)
File "/usr/local/lib/python3.7/site-packages/celery/app/trace.py", line 704, in __protected_call__
return self.run(*args, **kwargs)
File "/code/Rodan/rodan/jobs/core.py", line 231, in create_diva
"-r", "16,8,4,2"
File "/usr/local/lib/python3.7/subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/vendor/grok/build/bin/grk_compress', '-i', '/tmp/tmp73o4xmek.tiff', '-o', '/tmp/tmp73o4xmek.jp2', '-n', '5', '-c', '[256,256],[256,256],[128,128]', '-SOP', '-p', 'LRCP', '-r', '16,8,4,2']' died with .
```
Not sure the exact cause. Might be related to our memory limit.
This happens each time we run non-interactive classifier.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.