Tsai Li Ming
Tsai Li Ming
Also, I don't think cache versioning is supported yet? This is to avoid having to start memcache from the cold state? Any suggestions how this can be implemented together with...
> but the cache isn't selective enough for versioning to give much of a preformance boost. Because of Johnny implementation? My concern is that in my use case, model modifications...
:+1: to what @phinze said. During apply, I want it to be created but ignored during destroy. Currently, I have to explicitly define the rest of the targets just to...
Hi, Not quite sure I understand this. Why do we need to access the attribute when is not used? ``` if hasattr(value, 'width') and hasattr(value, 'height'): image_html = thumbnail(value.name, self.width,...
I'm working with django-storages using S3. Apparently, the width/height will always be fetched and is described in this ticket: https://code.djangoproject.com/ticket/8307 . As a result, it has to read the file...
Thanks. I noticed that in my normal unit tests (not celery tasks), I had to clear the localstore in `setUp` in addition to `cache.clear()` , otherwise the `QuerySet` can return...
I'm still getting this error in the latest spark-perf and Spark 1.2.1
Also, there's a bug in the config.py.template for hdfs-recovery. Should be caused by commit: e0ec3fad1063a54feabfb9a1a8a914cd17f5bc8c ``` -STREAMING_TESTS += [("basic", "streaming.perf.TestRunner basic", - SCALE_FACTOR, STREAMING_COMMON_JAVA_OPTS, STREAMING_COMMON_OPTS + streaming_batch_duration_opts(1000))] +STREAMING_TESTS += [("basic",...
@astefanutti Filed this as per your request.
From one of the head pod. This is from OpenShift AI 2.9.1. ``` $ ray --version ray, version 2.7.1 ```