Skip to content
New issue

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

[BUG] Hyperkitty cron jobs never finish #667

Open
Roflincopter opened this issue Dec 1, 2023 · 0 comments
Open

[BUG] Hyperkitty cron jobs never finish #667

Roflincopter opened this issue Dec 1, 2023 · 0 comments
Labels

Comments

@Roflincopter
Copy link

Tag/version of Container Images
Choose from: 0.4.6 (but also seen on 0.4.4 and 0.4.5)

Hyperkitty cron jobs never finish and when I attach strace I see the following:

...
close(21299706)                         = -1 EBADF (Bad file descriptor)
close(21299707)                         = -1 EBADF (Bad file descriptor)
close(21299708)                         = -1 EBADF (Bad file descriptor)
close(21299709)                         = -1 EBADF (Bad file descriptor)
close(21299710)                         = -1 EBADF (Bad file descriptor)
close(21299711)                         = -1 EBADF (Bad file descriptor)
close(21299712)                         = -1 EBADF (Bad file descriptor)
close(21299713)                         = -1 EBADF (Bad file descriptor)
close(21299714)                         = -1 EBADF (Bad file descriptor)
close(21299715)                         = -1 EBADF (Bad file descriptor)
close(21299716)                         = -1 EBADF (Bad file descriptor)
...

I have no idea how to debug this further, logging files for UWSGI are don't mention any errors. The uwsgi process is taking anywhere from 100-400% cpu depending on how many of the cronjobs have started (minutely...yearly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant