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

Error in set_measurements(): reached elapsed time limit #9

Open
daxkellie opened this issue Jan 20, 2025 · 0 comments
Open

Error in set_measurements(): reached elapsed time limit #9

daxkellie opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@daxkellie
Copy link
Collaborator

Using set_measurements() occasionally triggers an error, and it seems to happen when run multiple times:

Image

Apparently, the error happens when lots of memory is used up within R Studio. According to this issue, it also has something to do with the {utils} package eventually timing out, so it might not be fixable by fixing the tibble package which is unintentionally triggering it.

It's a strange bug, though, because it can trigger different error messages. They all finish with the same final line of reached elapsed time limit. Here I've run the same query twice in a row but received different error messages.

Image

I think it has something to do with group_split() and nest() within set_measurements() (and here is evidence)

Image

@daxkellie daxkellie added the bug Something isn't working label Jan 20, 2025
daxkellie added a commit that referenced this issue Jan 21, 2025
* Add first draft of tests for `check_dataset()` #5
* Add ideas to fix weird 'reached time limit' error #9
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

1 participant