You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This incompatibility has been mentioned in this discuss: #5214
Issue Summary
execute ./manage.py rq worker, show error (module 'signal' has no attribute 'SIGRTMIN' )
it seems the mac os does not support SIGRTMIN
Fix by reverting this patch: e2e8714
Steps to Reproduce
./manage.py rq worker
This causes query not to execute normally
Technical details:
Redash Version:9.0.0-beta
Browser/OS:mac big sur, 11.2.2 (20D80)
How did you install Redash:Manual installation
The text was updated successfully, but these errors were encountered:
This incompatibility has been mentioned in this discuss:
#5214
Issue Summary
execute ./manage.py rq worker, show error (module 'signal' has no attribute 'SIGRTMIN' )
it seems the mac os does not support SIGRTMIN
Fix by reverting this patch: e2e8714
Steps to Reproduce
./manage.py rq worker
This causes query not to execute normally
Technical details:
The text was updated successfully, but these errors were encountered: