You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
E [Worker #3] processing conversion job (pending conversions: 30)
E [AthenaPDF] converting to PDF: /tmp/tmp895906717.html
E captured errors:
E Error #1: exit status 1 :
E (athenapdf:16901): Gtk-WARNING **: cannot open display: :99
execing into the box does not include the tmp files, but presumably it's cleaning up after itself, since the error implies a different problem.
I'm going to restart the pod, and see if it recurs. We have another instance of athena running in the same cluster that is working just fine.
Question: Assuming a restart helps, is there a way to detect these problems, and restart the app from k8s?
Some comparisons between the working pods vs the not working one:
Working:
Not Working:
The text was updated successfully, but these errors were encountered:
There's a PR opened https://github.com/arachnys/athenapdf/pull/159/files that will address cases where the display server dies. In such a case, a simple check on k8s side should be enough to automatically restart the pod.
Here's an example of the logging errors:
E [Worker #3] processing conversion job (pending conversions: 30)
E [AthenaPDF] converting to PDF: /tmp/tmp895906717.html
E captured errors:
E Error #1: exit status 1 :
E (athenapdf:16901): Gtk-WARNING **: cannot open display: :99
execing into the box does not include the tmp files, but presumably it's cleaning up after itself, since the error implies a different problem.
I'm going to restart the pod, and see if it recurs. We have another instance of athena running in the same cluster that is working just fine.
Question: Assuming a restart helps, is there a way to detect these problems, and restart the app from k8s?
Some comparisons between the working pods vs the not working one:
Working:
Not Working:
The text was updated successfully, but these errors were encountered: