-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
After Upgrade To 1.11 RC Gitea Stops After 1 Minute #9648
Comments
When i set config as below create file issue solved: [queue.task]
DATADIR = queues/task/ but this still occurs:
|
Windows Server 2008 R2 Foundation Upgraded from: Gitea Version: 1.11.0+dev-494-gf88715e29 |
When also set this config solved problem [queue.issue_indexer]
DATADIR = queues/issue_indexer/ The problem is that path combining wrong and result is |
Damn this is my fault need to use filepath.IsAbs not path.IsAbs |
the patch looks simple: #9651 In the first place it is a go-standad-lib issue |
Reopening it in the wait for a confirmation that it really fix the issue. |
@jaqra would you be able to test the latest head? If only so we can close this as fixed. |
@zeripath that is ok. its working without any queue configuration as expected 👍 |
This is why stops:
The text was updated successfully, but these errors were encountered: