Help need - weblate/celery freezes #14081
Replies: 1 comment
-
ok, seems that there was some problems with misconfiguration of settings.py.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would really appreciate help, as after few days of investigation I cannot make my weblate instance running again properly. current build is python 3.12.9, weblate 5.10.2
I was adding new components via pushing new files to github upstream repo. I've noticed that I've made a typo in one of the files and tried to rename it afterwards. I'm not sure that this was the main cause of the issue, but my problems started to occur around that activity.
my weblate repo and my upstream repo is out of sync, moreover, any git operations neither from webui or weblate commandline freezes. For example command
weblate pushgit --force-commit --all
produces after keyboard interruption following trace. Same issue happens for other commands: updategit, commitgit (checkgit works though).I believe same problem happens with celery, as it hangs after trying to process first task. Last log entry in celery is:
INFO <component>: updating stats caches
and after that it hangs.
Beta Was this translation helpful? Give feedback.
All reactions