Skip to content

Change traefik priority field to float#26

Open
SakiiR wants to merge 1 commit intoyeswehack:masterfrom
SakiiR:patch-2
Open

Change traefik priority field to float#26
SakiiR wants to merge 1 commit intoyeswehack:masterfrom
SakiiR:patch-2

Conversation

@SakiiR
Copy link
Contributor

@SakiiR SakiiR commented Nov 20, 2024

The priority field should be changed to Float. In my case, traefik return a very big int as priority and thus crash the application.

(9223372036854775807)

Float changes the storage but do not change the api typing

The priority field should be changed to Float. In my case, traefik return a very big int as priority and thus crash the application.

(`9223372036854775807`)

Float changes the storage but do not change the api typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant