Changes between Initial Version and Version 1 of Ticket #29849, comment 5
- Timestamp:
- Nov 19, 2018, 5:04:36 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29849, comment 5
initial v1 1 1 After 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 3 EDIT: 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.