Changes between Initial Version and Version 1 of Ticket #29849, comment 5


Ignore:
Timestamp:
Nov 19, 2018, 5:04:36 AM (5 years ago)
Author:
Jaap Roes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29849, comment 5

    initial v1  
    11After some further testing I can also reproduce the issue (less reliably) without `pyinotify` by increasing the amount of requests (e.g. `for _ in range(50)`). So I guess it's a more general issue caused by the reloader?
     2
     3EDIT: Running the devserver with the `--noreload` flag (and without installing `pyinotify`) still causes the error to show. Only when I disable threading (`--nothreading`) the issue goes away, unless `pyinotify` is installed then both `--nothreading` and `--noreload` need to be used.
Back to Top