taskiq-python / taskiq

Distributed task queue with full async support
MIT License
806 stars 50 forks source link

ver 0.11.4 breaks windows compatibility #333

Closed SoulMelody closed 3 months ago

SoulMelody commented 3 months ago

platform: Windows

AttributeError: module 'signal' has no attribute 'SIGHUP'

The SIGHUP signal is only available on unix platforms.