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
chore: replace loop with mux.mws = append(mux.mws, mws...)

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
refactor: code optimisation

piglig opened this pull request over 1 year ago
fix:Remove useless coroutines

ghosx opened this pull request over 1 year ago
update github actions versions

edandnimble opened this pull request over 1 year ago
fix: queues map init with size

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
[BUG] tasks before 8 AM are being counted towards the previous day

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
No option to specify DB for Redis Sentinel URI

importnil opened this issue over 1 year ago
Adds Mongo broker

vladfr opened this pull request over 1 year ago
Helm Charts

egandro opened this issue over 1 year ago
Add option to configure task check interval

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
[FEATURE REQUEST] Queue Adapters (eg: SQS, GCP Pub/Sub etc)

yoshdog opened this issue over 1 year ago
[BUG] GetQueueInfo doesn't return expected errors

overstarry opened this issue over 1 year ago
Include registration error in the log

khash opened this pull request over 1 year ago
RedisClusterClientOpt missing DB

aep opened this issue over 1 year ago
[BUG] redis eval error: ERR user_script:5

wenlng opened this issue over 1 year ago
[FEATURE REQUEST] Support rescheduling a task

robinjoseph08 opened this issue over 1 year ago
asynq queue

wanggongjin opened this issue over 1 year ago
Add custom redis prefix configuration

qqunity opened this pull request over 1 year ago
[BUG] invalid UUID length: 0

ahloul opened this issue over 1 year ago
Support cronspec seconds field

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
[FEATURE REQUEST] Can you add a feature for task chaining?

gakkiismywife opened this issue almost 2 years ago
[FEATURE REQUEST] need another way to set RedisClientOpt

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
Custom payload hasher

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
[BUG] Use a custom redis client that will panic if redis close

shuqingzai opened this issue almost 2 years ago
[FEATURE REQUEST] Unique task option document enhancement

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
[FEATURE REQUEST] Add ability to remove unique tasks on error

MajorLettuce opened this issue almost 2 years ago
(core mod) pkg: bump go-redis -> v9

kamikazechaser opened this pull request almost 2 years ago
Need maintainers?

ilkerkorkut opened this issue almost 2 years ago
[QUESTION] Aggregate limits

ghstahl opened this issue almost 2 years ago
[FEATURE REQUEST] Pause queue for duration

sainak opened this issue almost 2 years ago
SchedulerEntryID option for registered scheduled job

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
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
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
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
[BUG] Wiki docs use "SetDefaultOptions" when it's deprecated

sushi30 opened this issue almost 2 years ago
About Dynamic Periodic Task

CeviLv opened this issue almost 2 years ago
Fal/dev

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
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
[BUG] 2 Instances of Go Service running, Job Queue fails

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
[FEATURE REQUEST] Add callback-function after task is done

Lilihx 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
update the lua scripts when executing the enqueueCmd

JBossBC opened this pull request almost 2 years ago
Add headers to task instance

dennypenta opened this pull request almost 2 years ago
How can I get worker name

tracydzf opened this issue almost 2 years ago
second-level tasks

leveeer opened this issue almost 2 years ago
Update redis/go-redis to v9

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
[FEATURE REQUEST] Ability to abort send signal to stop task

surjit opened this issue almost 2 years ago
fix empty id

cn-kali-team opened this pull request about 2 years ago
fix some typos

cuishuang opened this pull request about 2 years ago
Fix redis script error

hibiken opened this pull request about 2 years ago
[FEATURE REQUEST] Query tasks from redis

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
[BUG] markAsCompleteCmd&markAsCompleteUniqueCmd script typo

canqChen opened this issue about 2 years ago
Question about task ID

VolunPotest opened this issue about 2 years ago
Missing username in parsing redis uri

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
asynq.ProcessIn not delay work

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
[BUG] asynq cli ignore cluster param in config file

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
[RFC] Adds Ping() to client/scheduler/server

pbarnum opened this pull request about 2 years ago
[BUG] Unable to pass context using EnqueueContext.

divnoorkang opened this issue about 2 years ago
RedisFailoverClientOpt doesn't have SentinelUsername field

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
[FEATURE REQUEST] "prefix matching" or "regex-matching", does it work?

184104489 opened this issue about 2 years ago
[FEATURE REQUEST] Task Priority

27149chen opened this issue about 2 years ago
[BUG] cant install asynq/tools/[email protected]

Hans941 opened this issue about 2 years ago
Add interface for Inspector methods

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
[FEATURE REQUEST] Create new task in CLI or asynqmon

isdzulqor opened this issue about 2 years ago
[BUG] hanlder not found for task

mindon opened this issue about 2 years ago
Regular release schedule

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
[FEATURE REQUEST] How can get taskID

tonyjia87 opened this issue about 2 years ago