first_checked_at and last_checked_at columns filled with different datetimes. #3
Etiquetes
Sin etiquetas
bug
suggestion
Sense Milestone
Ningún proyecto
Sense assignats
1 participant
Notificacions
Data de venciment
Sin fecha de vencimiento.
Dependències
Aquesta incidència no té cap dependència.
Referència: spla/fediverse#3
Loading…
Referencia en una nova incidència
Aún no existe contenido.
Eliminar la rama con el nombre '%!s()'
Eliminar una rama es permanente. NO PUEDE deshacerse. ¿Continuar?
Every process of the multiprocessing get the datetime at run time so all checked servers have different datetimes in their columns first_checked_at and last_checked_at. This is a problem because they will have different uptimes.
Solution is initialize 'now' parameter into the Server Class and after the creation of the Server Class's instance assign current datetime to it.
`class Server:
assigned to @spla