Rebecca Lynn Cremona

Results 106 comments of Rebecca Lynn Cremona

Closing and re-opening in order to restart the Travis build, which seems to have failed for spurious reasons.

Ha. First run: ![image](https://user-images.githubusercontent.com/11020492/58733164-b6c80780-83c1-11e9-90ad-751949c38a61.png) Second run: ![image](https://user-images.githubusercontent.com/11020492/58733167-bb8cbb80-83c1-11e9-9a14-96afb4b86a3b.png) Suspect it's a Travis issue rather than flakiness in this PR.

similar ``` Jul 21 21:28:46 ip-172-31-60-3 docker-compose[17270]: app_1 | ResourceWarning: Enable tracemalloc to get the object allocation traceback Jul 21 21:28:46 ip-172-31-60-3 docker-compose[17270]: app_1 | self.pools = RecentlyUsedContainer(num_pools, dispose_func=lambda p:...

``` Jul 21 21:28:44 ip-172-31-56-125 docker-compose[17082]: app_1 | ResourceWarning: Enable tracemalloc to get the object allocation traceback Jul 21 21:28:44 ip-172-31-56-125 docker-compose[17082]: app_1 | return {event: [] for event in...

Those are intermingled from many IPs

Oof. Thanks! This is super helpful. I'm almost positive that those two uses of `open` are not the files in question, because they are in `multifile_upload` and `_har2warc_temp_file`, which we...

Okay, it's not the tempfile there: the tempfile is passed to [handle_upload](https://github.com/harvard-lil/perma/blob/develop/services/docker/webrecorder/importer.py#L125), which passes it to [launch_upload](https://github.com/harvard-lil/perma/blob/develop/services/docker/webrecorder/importer.py#L802), which does stuff asynchronously in a gevent greenlet, and closes it [here](https://github.com/harvard-lil/perma/blob/develop/services/docker/webrecorder/importer.py#L275): if...

Reopening until we have evidence that this worked.

``` Jul 22 23:25:00 ip-172-31-60-3 docker-compose[29868]: app_1 | ResourceWarning: Enable tracemalloc to get the object allocation traceback Jul 22 23:25:00 ip-172-31-60-3 docker-compose[29868]: app_1 | return {event: [] for event in...

https://github.com/harvard-lil/perma/pull/3169