~nova/fletcher#39: 
Queue messages while reload is in-progress

Currently, messages can be dropped during the switchover from the old CommandHandler to the new one as it is rebuilt. Either keep around the old one to handle events during reloads or queue those message events.

Status
RESOLVED IMPLEMENTED
Submitter
~nova
Assigned to
No-one
Submitted
6 years ago
Updated
3 months ago
Labels
Core Security

~nova 6 years ago

This is actually bigger than expected. This also becomes an issue for blocking code [#26]. Look into https://docs.python.org/3/library/multiprocessing.html

~nova 5 years ago

Update: reloads no longer drop messages, as the commandhandler is switched over atomically with all capabilities. This does not fix restarts.

~nova REPORTED IMPLEMENTED 3 months ago

Register here or Log in to comment, or comment via email.