getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
26.13k stars 4.36k forks source link

When I start the work task,show error (module 'signal' has no attribute 'SIGRTMIN' ) #5413

Open xiaodin1 opened 3 years ago

xiaodin1 commented 3 years ago

This incompatibility has been mentioned in this discuss: https://github.com/getredash/redash/pull/5214

Issue Summary

execute ./manage.py rq worker, show error (module 'signal' has no attribute 'SIGRTMIN' ) image it seems the mac os does not support SIGRTMIN Fix by reverting this patch: https://github.com/getredash/redash/commit/e2e871415572bda337459a99a4cfe7d5c99c9f25

Steps to Reproduce

./manage.py rq worker

This causes query not to execute normally

Technical details:

zhongjiajie commented 3 years ago

Mark it

susodapop commented 3 years ago

This isn't an issue when running in Docker, correct?

zhongjiajie commented 3 years ago

Seem rq do not work correct in macOS @susodapop

susodapop commented 3 years ago

Seem rq do not work correct in macOS @susodapop

That makes sense. For development use Docker on MacOS. rq works within Docker.