Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/hibiken/asynq
Simple, reliable, and efficient distributed task queue in Go
https://github.com/hibiken/asynq
chore: unnecessary use of fmt.Sprintf
testwill opened this pull request over 1 year ago
testwill opened this pull request over 1 year ago
chore: replace loop with mux.mws = append(mux.mws, mws...)
testwill opened this pull request over 1 year ago
testwill opened this pull request over 1 year ago
Question: how to push a http get or post request task?
moinologics opened this issue over 1 year ago
moinologics opened this issue over 1 year ago
refactor: code optimisation
piglig opened this pull request over 1 year ago
piglig opened this pull request over 1 year ago
fix:Remove useless coroutines
ghosx opened this pull request over 1 year ago
ghosx opened this pull request over 1 year ago
update github actions versions
edandnimble opened this pull request over 1 year ago
edandnimble opened this pull request over 1 year ago
fix: queues map init with size
ghosx opened this pull request over 1 year ago
ghosx opened this pull request over 1 year ago
[BUG] handler not found for task
mohit-singh-pepper opened this issue over 1 year ago
mohit-singh-pepper opened this issue over 1 year ago
[BUG] tasks before 8 AM are being counted towards the previous day
xmwilldo opened this issue over 1 year ago
xmwilldo opened this issue over 1 year ago
[FEATURE REQUEST] switch logger to golang.org/x/exp/slog
ryan961 opened this issue over 1 year ago
ryan961 opened this issue over 1 year ago
No option to specify DB for Redis Sentinel URI
importnil opened this issue over 1 year ago
importnil opened this issue over 1 year ago
[FEATURE REQUEST] Customize logging when a task's retries are exhausted
jsmartt opened this issue over 1 year ago
jsmartt opened this issue over 1 year ago
Adds Mongo broker
vladfr opened this pull request over 1 year ago
vladfr opened this pull request over 1 year ago
Helm Charts
egandro opened this issue over 1 year ago
egandro opened this issue over 1 year ago
Add option to configure task check interval
krhubert opened this pull request over 1 year ago
krhubert opened this pull request over 1 year ago
[BUG] Need to enqueue task from ROR or redis-cli.
Josh-ShubhamVyas opened this issue over 1 year ago
Josh-ShubhamVyas opened this issue over 1 year ago
[FEATURE REQUEST] Queue Adapters (eg: SQS, GCP Pub/Sub etc)
yoshdog opened this issue over 1 year ago
yoshdog opened this issue over 1 year ago
[BUG] how can I set the expire time of the Archived key when it did not processed sucessfully, in case to avoid it would create so many archived error key that using memory
csuXinda opened this issue over 1 year ago
csuXinda opened this issue over 1 year ago
[BUG] GetQueueInfo doesn't return expected errors
overstarry opened this issue over 1 year ago
overstarry opened this issue over 1 year ago
panic: asnyqmon.New: unsupported RedisConnOpt type asynq.RedisClientOpt
tinnkai opened this issue over 1 year ago
tinnkai opened this issue over 1 year ago
[BUG] The time displayed after starting the project is not the local time, but the world time
jbhvip opened this issue over 1 year ago
jbhvip opened this issue over 1 year ago
Some Redis hset command parameter issues on different platform versions need to be fixed
yoanyombapro1234 opened this pull request over 1 year ago
yoanyombapro1234 opened this pull request over 1 year ago
Include registration error in the log
khash opened this pull request over 1 year ago
khash opened this pull request over 1 year ago
RedisClusterClientOpt missing DB
aep opened this issue over 1 year ago
aep opened this issue over 1 year ago
[BUG] Some Redis hset command parameter issues on different platform versions need to be fixed
wenlng opened this issue over 1 year ago
wenlng opened this issue over 1 year ago
[BUG] redis eval error: ERR user_script:5
wenlng opened this issue over 1 year ago
wenlng opened this issue over 1 year ago
How to prevent duplicate scheduler task registe across multiple Asynq server nodes
wwwfeng opened this issue over 1 year ago
wwwfeng opened this issue over 1 year ago
How to ensure that the tasks in redis will not be lost after the service stops for a long time
fms5cmS opened this issue over 1 year ago
fms5cmS opened this issue over 1 year ago
[FEATURE REQUEST] Support rescheduling a task
robinjoseph08 opened this issue over 1 year ago
robinjoseph08 opened this issue over 1 year ago
asynq queue
wanggongjin opened this issue over 1 year ago
wanggongjin opened this issue over 1 year ago
Add custom redis prefix configuration
qqunity opened this pull request over 1 year ago
qqunity opened this pull request over 1 year ago
[BUG] invalid UUID length: 0
ahloul opened this issue over 1 year ago
ahloul opened this issue over 1 year ago
Support cronspec seconds field
acaloiaro opened this pull request over 1 year ago
acaloiaro opened this pull request over 1 year ago
[BUG]redis eval error: ERR user_script:13
ahloul opened this issue over 1 year ago
ahloul opened this issue over 1 year ago
[BUG] Successful task is being re-run because of a "context deadline exceeded" error
nikhilsaraf opened this issue over 1 year ago
nikhilsaraf opened this issue over 1 year ago
[FEATURE REQUEST] Is there a way i can ping the asynq worker and check if its healthy or not?
vishrutkohli opened this issue over 1 year ago
vishrutkohli opened this issue over 1 year ago
[FEATURE REQUEST] Can you add a feature for task chaining?
gakkiismywife opened this issue almost 2 years ago
gakkiismywife opened this issue almost 2 years ago
[FEATURE REQUEST] need another way to set RedisClientOpt
lypro09539 opened this issue almost 2 years ago
lypro09539 opened this issue almost 2 years ago
fix: fix panic when redis client closed before server closed
bfwbbrj opened this pull request almost 2 years ago
bfwbbrj opened this pull request almost 2 years ago
Custom payload hasher
jpfourny opened this pull request almost 2 years ago
jpfourny opened this pull request almost 2 years ago
[FEATURE REQUEST] The task details can display the complete payload
shuqingzai opened this issue almost 2 years ago
shuqingzai opened this issue almost 2 years ago
[BUG] Use a custom redis client that will panic if redis close
shuqingzai opened this issue almost 2 years ago
shuqingzai opened this issue almost 2 years ago
[FEATURE REQUEST] Unique task option document enhancement
jerroldgao opened this issue almost 2 years ago
jerroldgao opened this issue almost 2 years ago
How do I set the interval between asyncq retries?
yuzihui opened this issue almost 2 years ago
yuzihui opened this issue almost 2 years ago
[FEATURE REQUEST] Add ability to remove unique tasks on error
MajorLettuce opened this issue almost 2 years ago
MajorLettuce opened this issue almost 2 years ago
[QUESTION] is it possible to run different instances of asynq with same redis URL
TheDhejavu opened this issue almost 2 years ago
TheDhejavu opened this issue almost 2 years ago
(core mod) pkg: bump go-redis -> v9
kamikazechaser opened this pull request almost 2 years ago
kamikazechaser opened this pull request almost 2 years ago
Need maintainers?
ilkerkorkut opened this issue almost 2 years ago
ilkerkorkut opened this issue almost 2 years ago
[QUESTION] Aggregate limits
ghstahl opened this issue almost 2 years ago
ghstahl opened this issue almost 2 years ago
[FEATURE REQUEST] Pause queue for duration
sainak opened this issue almost 2 years ago
sainak opened this issue almost 2 years ago
SchedulerEntryID option for registered scheduled job
ilkerkorkut opened this pull request almost 2 years ago
ilkerkorkut opened this pull request almost 2 years ago
[FEATURE REQUEST] fetch metadata of task from within the message
nikhilsaraf opened this issue almost 2 years ago
nikhilsaraf opened this issue almost 2 years ago
Bump golang.org/x/sys from 0.0.0-20220318055525-2edf467146b5 to 0.1.0 in /tools
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
Bump golang.org/x/sys from 0.0.0-20210510120138-977fb7262007 to 0.1.0
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
Bump golang.org/x/text from 0.3.7 to 0.3.8 in /tools
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
[BUG] Wiki docs use "SetDefaultOptions" when it's deprecated
sushi30 opened this issue almost 2 years ago
sushi30 opened this issue almost 2 years ago
About Dynamic Periodic Task
CeviLv opened this issue almost 2 years ago
CeviLv opened this issue almost 2 years ago
Fal/dev
Obelisk-The-Tormentor opened this pull request almost 2 years ago
Obelisk-The-Tormentor opened this pull request almost 2 years ago
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /tools
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /x
dependabot[bot] opened this pull request almost 2 years ago
dependabot[bot] opened this pull request almost 2 years ago
[BUG] 2 Instances of Go Service running, Job Queue fails
lovgrandma opened this issue almost 2 years ago
lovgrandma opened this issue almost 2 years ago
[BUG] asynq: task lease expired ,What does it mean?
XTeam-Wing opened this issue almost 2 years ago
XTeam-Wing opened this issue almost 2 years ago
[FEATURE REQUEST] Add callback-function after task is done
Lilihx opened this issue almost 2 years ago
Lilihx opened this issue almost 2 years ago
[FEATURE REQUEST] Database basic code example for PeriodicTaskConfigProvider
kirovtome opened this issue almost 2 years ago
kirovtome opened this issue almost 2 years ago
[FEATURE REQUEST] Rate limit. For example max 100 event per second
1337-sys opened this issue almost 2 years ago
1337-sys opened this issue almost 2 years ago
update the lua scripts when executing the enqueueCmd
JBossBC opened this pull request almost 2 years ago
JBossBC opened this pull request almost 2 years ago
Add headers to task instance
dennypenta opened this pull request almost 2 years ago
dennypenta opened this pull request almost 2 years ago
How can I get worker name
tracydzf opened this issue almost 2 years ago
tracydzf opened this issue almost 2 years ago
second-level tasks
leveeer opened this issue almost 2 years ago
leveeer opened this issue almost 2 years ago
Update redis/go-redis to v9
l0nax opened this pull request almost 2 years ago
l0nax opened this pull request almost 2 years ago
[FEATURE REQUEST] Add configuration of redis cache key name prefix
kingway126 opened this issue almost 2 years ago
kingway126 opened this issue almost 2 years ago
[FEATURE REQUEST] Ability to abort send signal to stop task
surjit opened this issue almost 2 years ago
surjit opened this issue almost 2 years ago
fix empty id
cn-kali-team opened this pull request about 2 years ago
cn-kali-team opened this pull request about 2 years ago
fix some typos
cuishuang opened this pull request about 2 years ago
cuishuang opened this pull request about 2 years ago
Fix redis script error
hibiken opened this pull request about 2 years ago
hibiken opened this pull request about 2 years ago
[FEATURE REQUEST] Query tasks from redis
endigma opened this issue about 2 years ago
endigma opened this issue about 2 years ago
[FEATURE REQUEST] Do you consider to return the whole metadata struct?
VolunPotest opened this issue about 2 years ago
VolunPotest opened this issue about 2 years ago
[BUG] markAsCompleteCmd&markAsCompleteUniqueCmd script typo
canqChen opened this issue about 2 years ago
canqChen opened this issue about 2 years ago
Question about task ID
VolunPotest opened this issue about 2 years ago
VolunPotest opened this issue about 2 years ago
Missing username in parsing redis uri
amirali opened this issue about 2 years ago
amirali opened this issue about 2 years ago
[FEATURE REQUEST] Ability to hook lock check before dequeueing a task
ajatprabha opened this issue about 2 years ago
ajatprabha opened this issue about 2 years ago
asynq.ProcessIn not delay work
kuangshp opened this issue about 2 years ago
kuangshp opened this issue about 2 years ago
(cli:fix) Read --cluster flag from config file
hibiken opened this pull request about 2 years ago
hibiken opened this pull request about 2 years ago
[BUG] asynq cli ignore cluster param in config file
khasanovbi opened this issue about 2 years ago
khasanovbi opened this issue about 2 years ago
[BUG] Unable to route the task to the correct worker
s0und0fs1lence opened this issue about 2 years ago
s0und0fs1lence opened this issue about 2 years ago
[RFC] Adds Ping() to client/scheduler/server
pbarnum opened this pull request about 2 years ago
pbarnum opened this pull request about 2 years ago
[BUG] Unable to pass context using EnqueueContext.
divnoorkang opened this issue about 2 years ago
divnoorkang opened this issue about 2 years ago
RedisFailoverClientOpt doesn't have SentinelUsername field
khasanovbi opened this issue about 2 years ago
khasanovbi opened this issue about 2 years ago
Redis errors are not being returned to the caller on server run
edalford11 opened this issue about 2 years ago
edalford11 opened this issue about 2 years ago
[FEATURE REQUEST] "prefix matching" or "regex-matching", does it work?
184104489 opened this issue about 2 years ago
184104489 opened this issue about 2 years ago
[FEATURE REQUEST] Task Priority
27149chen opened this issue about 2 years ago
27149chen opened this issue about 2 years ago
[BUG] cant install asynq/tools/[email protected]
Hans941 opened this issue about 2 years ago
Hans941 opened this issue about 2 years ago
Add interface for Inspector methods
vladfr opened this pull request about 2 years ago
vladfr opened this pull request about 2 years ago
Add TaskStateProber to get task state changed events
mindon opened this pull request about 2 years ago
mindon opened this pull request about 2 years ago
[FEATURE REQUEST] Create new task in CLI or asynqmon
isdzulqor opened this issue about 2 years ago
isdzulqor opened this issue about 2 years ago
[BUG] hanlder not found for task
mindon opened this issue about 2 years ago
mindon opened this issue about 2 years ago
Regular release schedule
kamikazechaser opened this issue about 2 years ago
kamikazechaser opened this issue about 2 years ago
[FEATURE REQUEST] Update Redis GO library to support Redis 7
abit2 opened this issue about 2 years ago
abit2 opened this issue about 2 years ago
[FEATURE REQUEST] How can get taskID
tonyjia87 opened this issue about 2 years ago
tonyjia87 opened this issue about 2 years ago