Johann Schmitz
Johann Schmitz
@peterthomassen I don't know if you found the solution to this problem, but it's important to set `lazy-apps = true` in the uwsgi configuration file. Otherwise, the application will be...
I finally got around to create a Merge Request with the changes we made to a subclass in our project: https://github.com/yourlabs/django-autocomplete-light/pull/1358
Anything new on this one?
I left the performance collector running overnight. The memory usage stays constant over the night. In the apache access log i can see the time when the extension crashed (requests...
Here is the snippet from chrome's debug log: ``` [8432:8600:0708/022637:VERBOSE1:resource_loader.cc(434)] OnReadCompleted: "https://myicingahost/icinga/cgi-bin/status.cgi?host=all&limit=0" bytes_read = 32768 [8432:8600:0708/022637:VERBOSE1:resource_loader.cc(434)] OnReadCompleted: "https://myicingahost/icinga/cgi-bin/status.cgi?host=all&limit=0" bytes_read = 13726 [8432:8600:0708/022637:VERBOSE1:web_request_time_tracker.cc(177)] WR percent 31003: https://myicingahost/icinga/cgi-bin/status.cgi?host=all&limit=0: 0/144 = 0.00535926 [8432:8600:0708/022637:VERBOSE1:resource_loader.cc(434)]...
In the past few days I've tried to debug the crashes to no avail. I've cluster the code of the extensions with many, many try/catch statements but i was unable...
I've created a patch in https://github.com/etianen/django-watson/pull/309. The `Cast` call will use a `TextField` as the output, although `CharField` (to cast into a `varchar`) ought to be enough. I've left `do_string_cast`...