Mathias Ose

Results 16 comments of Mathias Ose

Ubuntu 16.10 software -> celery:4.0.2 (latentcall) kombu:4.0.2 py:3.5.2+ billiard:3.5.0.2 py-amqp:2.1.4 platform -> system:Linux arch:64bit imp:CPython loader -> celery.loaders.default.Loader settings -> transport:amqp results:db+sqlite:///results.sqlite I'm also getting this, also with tasks that...

Over at https://github.com/mathiasose/CA-NEAT/blob/62de70dfd564b37c2148fa7ce5deaf98672a03e8/ca_neat/ga/serialize.py I made my own **json** serialization and deserialization functions. If you want something like this in the main library I could make a PR for it. Another...

I did some thinking about this a while back, but I didn't implement it, so take that into consideration: It might be beneficial to create a fitness function that rewards...

I've run into this problem now, the data I want to upload as a single file is too large for memory. It's actually coming out of the DB as a...

Just leaving a basic Heroku example here, hopefully it will show up if people search the repo for mentions of Heroku: Project layout: ``` . ├── app.py ├── Pipfile ├──...

@bitwalker Do you want to take a look please?

> the extension's settings could hold an entry named "On middle-click on tab" and a drop-down menu with options "Close tab", "Close tree", "Flip tabs", "Do nothing", etc. I also...

I tested this now (on pg13 with pgBouncer) and got `** (Postgrex.Error) ERROR 08P01 (protocol_violation) unsupported startup parameter: plan_cache_mode"`. We are having some performance issues after upgrading from pg11 to...

We've also been experiencing this since we started using cron monitors. All our monitors are Celery/Beat/Django auto-instrumented. There are no other indication that the tasks are actually failing, the error...

In our case I would expect more or less 100% green everywhere - I could see a few tasks being missed in cases where they are scheduled to run exactly...