[GH-ISSUE #129] [BUG] undefined: syscall.SIGTSTP #2062

Closed
opened 2026-03-15 18:58:49 +03:00 by kerem · 3 comments
Owner

Originally created by @thedolphincampaign on GitHub (Apr 5, 2020).
Original GitHub issue: https://github.com/hibiken/asynq/issues/129

Originally assigned to: @hibiken on GitHub.

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
Originally created by @thedolphincampaign on GitHub (Apr 5, 2020). Original GitHub issue: https://github.com/hibiken/asynq/issues/129 Originally assigned to: @hibiken on GitHub. 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 ```
kerem 2026-03-15 18:58:49 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hibiken commented on GitHub (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.

<!-- gh-comment-id:609462508 --> @hibiken commented on GitHub (Apr 5, 2020): @thedolphincampaign Thank you for reporting this issue. Looks like [windows does not have SIGTSTP signal](https://github.com/golang/go/issues/32181). I'm going to resolve this issue ASAP so that people can use asynq package on windows.
Author
Owner

@hibiken commented on GitHub (Apr 5, 2020):

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

<!-- gh-comment-id:609491257 --> @hibiken commented on GitHub (Apr 5, 2020): @thedolphincampaign It should be fixed in v0.7.1. Please let me know if you still encounter any issues.
Author
Owner

@thedolphincampaign commented on GitHub (Apr 6, 2020):

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

<!-- gh-comment-id:609511403 --> @thedolphincampaign commented on GitHub (Apr 6, 2020): @hibiken It worked. Thank you for fixing it :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2062
No description provided.