You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've got two fresh deployments of dorametrix (following the documented setup guide) each with a few days old change events and deployment events in the DynamoDB table and the metrics endpoint is always returning 0 changes and 0 deployments for this and other repos. The last deployment endpoint does return the correct data and I've had no issues with POSTing data to dorametrix. Is there something I might be missing in my deployments? I've tried both getting data from two different dates and with the sliding window set. I do see the cached item added to the table after the request.
Anything I'm missing (or more details needed) or is this a known issue?
The text was updated successfully, but these errors were encountered:
Hey again @jfitch11. Your assessment was correct. For the life of me, I can't understand how I let that bug creep in... But now it's solved. The solution was to use >= for the sk.
Describe the bug
I've got two fresh deployments of dorametrix (following the documented setup guide) each with a few days old change events and deployment events in the DynamoDB table and the metrics endpoint is always returning 0 changes and 0 deployments for this and other repos. The last deployment endpoint does return the correct data and I've had no issues with POSTing data to dorametrix. Is there something I might be missing in my deployments? I've tried both getting data from two different dates and with the sliding window set. I do see the cached item added to the table after the request.
Anything I'm missing (or more details needed) or is this a known issue?
The text was updated successfully, but these errors were encountered: