-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
Currently the retry logic in the APIService file for submit-listens recursively calls the same function if there's a rate limit error or something similar.
This is risky as it can lead to heap overflows in the real world. We should change this logic to be iterative instead.
Rewrite the last.fm importer retry logic to be iterative.
-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
Currently the retry logic in the APIService file for submit-listens recursively calls the same function if there's a rate limit error or something similar.
This is risky as it can lead to heap overflows in the real world. We should change this logic to be iterative instead.