Skip to content

By restarting PBRcontrol we lose information #11

Open
@xtrojak

Description

@xtrojak

I'm not sure whether this is critical, so it has probably low priority.

Anyway... in case we restart the PBRcontrol, it automatically loses information about which data have already been checked. It is natural since this information is only stored "in code" when it is running. Then when get_log is called again, all available data from DB are provided.

This could be solved in two ways:

  1. the information is stored in DB
  2. it could be solved on Bioarineo side - when connection stops working I will remember the last time stamp when I obtained some data, if I reconnect I will call get_log with the time stamp.

For solution 2, however, we would need some "ping" function which I could use to check whether the PBRcontrol is accessible again (pinging the server is not enough, it does not imply the tool is running too).

Any other ideas or preferences?

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions