Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] undefined: syscall.SIGTSTP #129

Closed
thedolphincampaign opened this issue Apr 5, 2020 · 3 comments · Fixed by #130
Closed

[BUG] undefined: syscall.SIGTSTP #129

thedolphincampaign opened this issue Apr 5, 2020 · 3 comments · Fixed by #130
Assignees
Labels
bug Something isn't working

Comments

@thedolphincampaign
Copy link

Hi,
I am getting an error below when running example code on Windows. I enabled redis server


> D:\go-work\pkg\mod\github.com\hibiken\asynq@v0.7.0\background.go:257:55: undefined: syscall.SIGTSTP
> D:\go-work\pkg\mod\github.com\hibiken\asynq@v0.7.0\background.go:260:13: undefined: syscall.SIGTSTP
@thedolphincampaign thedolphincampaign added the bug Something isn't working label Apr 5, 2020
@thedolphincampaign thedolphincampaign changed the title [BUG] Description of the bug [BUG] undefined: syscall.SIGTSTP Apr 5, 2020
@hibiken
Copy link
Owner

hibiken commented Apr 5, 2020

@thedolphincampaign Thank you for reporting this issue.

Looks like windows does not have SIGTSTP signal.
I'm going to resolve this issue ASAP so that people can use asynq package on windows.

@hibiken
Copy link
Owner

hibiken commented Apr 5, 2020

@thedolphincampaign It should be fixed in v0.7.1. Please let me know if you still encounter any issues.

@thedolphincampaign
Copy link
Author

@hibiken It worked. Thank you for fixing it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants