issues Search Results · repo:vmihailenco/taskq language:Go
Filter by
65 results
(42 ms)65 results
invmihailenco/taskq (press backspace or delete to remove)github.com/vmihailenco/taskq/redisq/v4@v4.0.0-beta.4/queue.go:174:12: cannot use body (variable of type []byte) as
string value in struct literal
kaptinlin
- Opened on Dec 28, 2023
- #200
get errors below:
\github.com\vmihailenco\taskq\redisq\v4@v4.0.0-beta.4\queue.go:230:17: pipe.XAck undefined (type redis.Pipeliner has no field or method XAck)
\github.com\vmihailenco\taskq\redisq\v4@v4.0.0-beta.4\queue.go:234:14: ...
kaptinlin
- 1
- Opened on Sep 23, 2023
- #198
func (c *Consumer) worker(ctx context.Context, workerID int32) {
var lock *redislock.Lock
defer func() {
if lock != nil {
_ = lock.Release(ctx)
}
}()
timer := time.NewTimer(time.Minute)
timer.Stop() ...
FitzBogard
- 1
- Opened on Aug 9, 2023
- #196
i can t install taskqotel github.com/vmihailenco/taskq/extra/taskqotel/v4@v4.0.0-beta.4
go get -u github.com/vmihailenco/taskq/extra/taskqotel/v4@v4.0.0-beta.4
go: github.com/vmihailenco/taskq/extra/taskqotel/v4@v4.0.0-beta.4: ...
kaptinlin
- Opened on Jul 24, 2023
- #195
During the test of the api interface, there is an error: the trace is :
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1
addr=0x18 ...
kdfight
- Opened on Feb 8, 2023
- #188
We re running taskq workers on kubernetes pods, but have encountered a less than ideal situation with the
hasFreeSystemResources check. It appears that the Sysinfo checks are returning total RAM and CPU ...
mscienski
- Opened on Jan 12, 2023
- #186
go build
# github.com/vmihailenco/taskq/v3
..\..\..\..\go\pkg\mod\github.com\vmihailenco\taskq\v3@v3.2.9\consumer.go:720:38: cannot use c.opt.Redis (variable of type Redis) as type redislock.RedisClient ...
nasa1024
- 4
- Opened on Oct 12, 2022
- #183
Hey, thanks for a great package.
Please could you help with what would be the best way to add a task to the queue with a timeout. That if it does not get
processed in X seconds (say 30) it is deleted ...
aon108
- 1
- Opened on Sep 12, 2022
- #182

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.