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

Error al processar request_time #56

Open
leandro-gomez opened this issue Mar 27, 2018 · 0 comments
Open

Error al processar request_time #56

leandro-gomez opened this issue Mar 27, 2018 · 0 comments
Labels
Milestone

Comments

@leandro-gomez
Copy link
Contributor

El modelo de la aplicación actualmente define el campo request_time del model Query:

    request_time = models.DecimalField(max_digits=30, decimal_places=25)

Habría que garantizar que nunca venga un numero con mas de 25 decimales o truncarlo.
Este numero es enviado desde Lua al terminar el request de kong.
Ver plugin de kong

@abenassi abenassi added this to the Versión 1.0 milestone Jun 15, 2018
@abenassi abenassi removed the backlog label Jul 30, 2018
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

2 participants