erpic
erpic
I too would be really interested in a simple solution that would allow for adding some metadata at the album level. Mostly my use case would be to add a...
I have encountered this issue as well (for example when trying to build a trie of around 100m elements with 100 bytes each). I have noticed that the library is...
just realized Google quota is 60/minute (not 60/second) and I should have tried instead: ``` import time time.sleep(1.5) # cap frequency to 60/1.5 = 40/minute ```
I'm not sure why but waiting 1.5s does not solve the issue either, still running out of logging quota (same call stack) and the primary error that caused the job...
another error, probably un-related looked like this: ``` INFO:mrjob.logs.mixin:Scanning logs for probable cause of failure... INFO:mrjob.dataproc:Scanning node manager logs for IDs of failed tasks... INFO:mrjob.dataproc: reading syslog... INFO:mrjob.dataproc: reading syslog......