mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #162] [CLOSED] WIP: Fix Message forwarding #1652
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1652
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/162
Author: @hibiken
Created: 6/7/2020
Status: ❌ Closed
Base:
master← Head:fix/check_and_schedule📝 Commits (10+)
0893efcAdd Pause and Unpause methods to rdb00a9053Update Dequeue operation to skip paused queues7d53c79Add pause and unpause command to CLIb97ef4aUpdate stats command to show queue paused status153a795Fix data race in test0ec4255Update benchmark.sh to log at debug level9b7b1bbUpdate benchmark.sh to print debug logsd9161d6Fix end-to-end benchmark to be deterministic6b8a4eeDebug commit8c6a21fWIP: Fix CheckAndEnqueue script to forward messages in chunks📊 Changes
16 files changed (+574 additions, -100 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
.travis/benchcmp.sh(+5 -3)📝
asynq.go(+14 -12)📝
benchmark_test.go(+13 -2)📝
heartbeat.go(+22 -0)📝
internal/base/base.go(+1 -0)📝
internal/rdb/inspect.go(+55 -3)📝
internal/rdb/inspect_test.go(+215 -3)📝
internal/rdb/rdb.go(+34 -55)📝
internal/rdb/rdb_test.go(+91 -0)📝
processor.go(+5 -7)📝
processor_test.go(+5 -3)📝
syncer.go(+2 -0)➕
tools/asynq/cmd/pause.go(+47 -0)📝
tools/asynq/cmd/stats.go(+18 -12)➕
tools/asynq/cmd/unpause.go(+46 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.