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

Identical duplicate log entries are being created #442

Open
alecthomas opened this issue Oct 4, 2023 · 1 comment
Open

Identical duplicate log entries are being created #442

alecthomas opened this issue Oct 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@alecthomas
Copy link
Collaborator

eg.

tbd=> select * from events where id=1925;
id|1925
time_stamp|2023-10-04 07:39:17.911936+00
deployment_id|7
request_id|
type|log
custom_key_1|9
custom_key_2|
custom_key_3|
custom_key_4|
payload|{"error": null, "message": "Downloading deployments/productcatalog/productcatalog-9b55ee1b13/main", "attributes": {"deployment": "productcatalog-9b55ee1b13"}}
tbd=> select * from events where id=1983;
id|1983
time_stamp|2023-10-04 07:39:17.911936+00
deployment_id|7
request_id|
type|log
custom_key_1|9
custom_key_2|
custom_key_3|
custom_key_4|
payload|{"error": null, "message": "Downloading deployments/productcatalog/productcatalog-9b55ee1b13/main", "attributes": {"deployment": "productcatalog-9b55ee1b13"}}
@alecthomas alecthomas added the bug Something isn't working label Oct 4, 2023
@alecthomas alecthomas added this to FTL Oct 4, 2023
@github-project-automation github-project-automation bot moved this to Todo in FTL Oct 4, 2023
@wesbillman
Copy link
Collaborator

In the console for staging, I'm seeing triplets of events

Image

@wesbillman wesbillman added this to the V0 - Staging dev release milestone Oct 10, 2023
@alecthomas alecthomas removed this from the V0 - Staging dev release milestone Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants