Skip to content

panic in running job: handlers are already registered for path '/' #854

@Zincr0

Description

@Zincr0

Gorush doesn't open any port and doesn't respond to any request.

Setting the mode to "debug" and the log level to "info" prints:

INFO[2025/11/24 - 16:59:08] Init App Status Engine as memory             
INFO[2025/11/24 - 16:59:08] gRPC server is disabled.                     
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
 - using env:   export GIN_MODE=release
 - using code:  gin.SetMode(gin.ReleaseMode)

[GIN-debug] GET    /                         --> github.com/appleboy/gin-status-api.GinHandler (5 handlers)
[GIN-debug] GET    /                         --> github.com/appleboy/gorush/router.routerEngine.appStatusHandler.func6 (5 handlers)
INFO[2025/11/24 - 16:59:08] panic in running job: handlers are already registered for path '/' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions