What's Changed
- Fix #146: when worker's event loop was blocked for extended periods of time, it was possible for a worker to reclaim a task it's already running and then crash with a
KeyError. Now a critical message is logged instead so users can migrate their sync tasks without having to worry about crashes.
Full Changelog: v6.3.2...v6.3.3