-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG] Monitoring and access logs values not updating #21
Labels
Comments
Maybe related. Bug detected in one of the instance logs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In some situations, monitoring seems to incorrectly update its latest update time.
bird-house/birdhouse-deploy#284 (comment)
There also appears to be other cases were "access" logs (when monitoring paths of the services are accessed) are not updating the services and platform
invocations
andlastAccess
values, althoughlastInvocationsUpdate
andlastStatusUpdate
do seem to udpate, indicating that the crons are properly running, but something is not updated/stored correctly. See/canarie/server/platform/stats
and/canarie/node/service/stats
, or any other service.To Reproduce
/canarie/node/service/status
endpoint of the instance to checklastUpdateStatus
.Expected behavior
lastUpdateStatus
should update with the cron job set for every minute.Screenshots
n/a
Environment
0.7.1
(not strictly, but observed with this version)The text was updated successfully, but these errors were encountered: