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

Instrument very long running tasks in Matomo #4210

Open
teolemon opened this issue Jun 18, 2023 · 3 comments
Open

Instrument very long running tasks in Matomo #4210

teolemon opened this issue Jun 18, 2023 · 3 comments

Comments

@teolemon
Copy link
Member

Instrument very long running tasks in Matomo so that we can spot problematic issues with background sync

Originally posted by @teolemon in #4166 (comment)

@monsieurtanuki
Copy link
Contributor

@teolemon For the record we're talking about 10 second tasks. Which I wouldn't call long running.

@teolemon
Copy link
Member Author

Ok, I was under the impression that tasks would run longer if they failed in unexpected ways

@monsieurtanuki
Copy link
Contributor

Ok, I was under the impression that tasks would run longer if they failed in unexpected ways

@teolemon We're talking about downloading the products of 100 barcodes.
We may split it into smaller chunks (e.g. 24 products): less work (at once) for the server, less data downloaded (at once), less likely to fail. Adding some matomo wouldn't really help, here.

That said, we can track each background task creation, call, success and failure. May be quite verbose.

tanishq5414 added a commit to tanishq5414/smooth-app that referenced this issue Jul 2, 2023
…nfoodfacts#4210)

Impacted file:

search-history_view.dart: added padding to the list tile for proper alignment
Resolved the misalignment issue on the search page by adding appropriate padding to the list tile in the search-history_view.dart file. This adjustment ensures that the elements within the list are properly aligned, improving the visual consistency of the search page.
tanishq5414 added a commit to tanishq5414/smooth-app that referenced this issue Jul 3, 2023
…nfoodfacts#4210)

Impacted file:

search-history_view.dart: added padding to the list tile for proper alignment
Resolved the misalignment issue on the search page by adding appropriate padding to the list tile in the search-history_view.dart file. This adjustment ensures that the elements within the list are properly aligned, improving the visual consistency of the search page.
g123k pushed a commit that referenced this issue Jul 7, 2023
…) (#4266)

* fix: 4206 - search page misalignment in search-history_view.dart (#4210)

Impacted file:

search-history_view.dart: added padding to the list tile for proper alignment
Resolved the misalignment issue on the search page by adding appropriate padding to the list tile in the search-history_view.dart file. This adjustment ensures that the elements within the list are properly aligned, improving the visual consistency of the search page.

* fix: 4206 - search page misalignment in search-history_view.dart (#4210)

Impacted file:

search-history_view.dart: added padding to the list tile for proper alignment
Resolved the misalignment issue on the search page by adding appropriate padding to the list tile in the search-history_view.dart file. This adjustment ensures that the elements within the list are properly aligned, improving the visual consistency of the search page.

* fix: Update ripple effect in search-history_view.dart

Refactored the ripple effect in the search-history_view.dart file to enhance the visual feedback when interacting with list tiles

* fix: Formatted Code

Refactored the code to use floating values in the search-history_view.dart file

* fix: Formatted Code

Refactored the code to use floating values in the search-history_view.dart file

* fixed the ripple effect in edit icon in search_history_view.dart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 💬 To discuss and validate
Development

No branches or pull requests

2 participants