Ask Solem

Results 164 comments of Ask Solem
trafficstars

I think we'd prioritise small results first, as this is the most common use case, but if a blob is not big enough to hold "reasonably" sized results, then longblob...

Yeah, I know about strict mode, that it's not enabled by default is kind of unique to MySQL, and often criticised. It's one of the first things I enable on...

On further inspection this is behavior from SQLAlchemy, where `sqlalchemy.types.PickleType` is a `LargeBinary` field that resolves to a `BLOB` when using MYSQL. Sadly there is no generic data type in...

You should be able to set this using the `worker_log_format` setting: http://docs.celeryproject.org/en/latest/userguide/configuration.html#std:setting-worker_log_format I think there's a key for the current hostname, but I don't think there's one for the worker...