Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Asynq

Provide a reliable task queue library to developers
Collective - Host: opensource - https://opencollective.com/asynq - Code: https://github.com/hibiken

Merge pull request #4 from melanieseltzer/redux-toolkit-support

Enable support for Redux Toolkit

github.com/hibiken/redux-camel - 5c3b66b559ba2f2fe73730fbb65176e35872b66d authored over 4 years ago by Ken Hibino <[email protected]>
Enable support for redux toolkit

github.com/hibiken/redux-camel - 02974f119d4ea57646540d54b812bcbad44b3b49 authored over 4 years ago by Melanie Seltzer <[email protected]>
v0.10.0

github.com/hibiken/asynq - 9bd3d8e19ec1c514dd5a50491544516bdf1956de authored over 4 years ago by Ken Hibino <[email protected]>
Add version command to CLI

github.com/hibiken/asynq - 486dcd799b56f22143b46bafa1b143f0cf09402a authored over 4 years ago by Ken Hibino <[email protected]>
Update RDB.Done to remove message from deadlines set

github.com/hibiken/asynq - 7b9119c70384fe12a34d114b33d81c371e937f77 authored over 4 years ago by Ken Hibino <[email protected]>
Change TaskMessage Timeout and Deadline to int

* This change breaks existing tasks in Redis

github.com/hibiken/asynq - 0527b934328b6185d2893610a2b34930d6c814da authored over 4 years ago by Ken Hibino <[email protected]>
Add RDB.ListDeadlineExceeded

github.com/hibiken/asynq - 7657f560ec93d8773ca662d4d0c6b0b0eefcfe0d authored over 4 years ago by Ken Hibino <[email protected]>
Minor code cleanup

github.com/hibiken/asynq - 199bf4d66acab55b3163c69edb21057769e5b8d3 authored over 4 years ago by Ken Hibino <[email protected]>
Do not start worker goroutine for task already exceeded its deadline

github.com/hibiken/asynq - 7382e2aeb8ee356c0cd459b84d03ebc3e4f2e314 authored over 4 years ago by Ken Hibino <[email protected]>
Invoke error handler when ctx.Done channel is closed

github.com/hibiken/asynq - 007fac8055231936d10265e03d758c408f6827cf authored over 4 years ago by Ken Hibino <[email protected]>
Change ErrorHandler function signature

github.com/hibiken/asynq - 8d43fe407ab47276579bad975e54540043b9e1cd authored over 4 years ago by Ken Hibino <[email protected]>
Return Result struct to caller of Enqueue

github.com/hibiken/asynq - 34b90ecc8a2bc932df7bb3cb88c95daf059ebc6e authored over 4 years ago by Ken Hibino <[email protected]>
Add migrate command to CLI

The command converts all messages in redis to be compatible for asynq
v0.10.0

github.com/hibiken/asynq - 195f4603bb4da8e56df84e5f59b713c0364ccd26 authored over 4 years ago by Ken Hibino <[email protected]>
Update docs

github.com/hibiken/asynq - 2e2c9b9f6b58118c84ea2d212eb05984c5a71141 authored over 4 years ago by Ken Hibino <[email protected]>
Use int64 type for Timeout and Deadline in TaskMessage

github.com/hibiken/asynq - 7e942ec24133b96b19e1e7a10fc6f470b9d17e73 authored over 4 years ago by Ken Hibino <[email protected]>
Clean up processor test

github.com/hibiken/asynq - 379da8f7a21a52917883444162dc0979bdf86a75 authored over 4 years ago by Ken Hibino <[email protected]>
Add recoverer

github.com/hibiken/asynq - feee87addaca96723bde7bf39b90c828a8953ba3 authored over 4 years ago by Ken Hibino <[email protected]>
Fix processor

github.com/hibiken/asynq - 7c7de0d8e0bf1ba88c34b2081d41291304c0363b authored over 4 years ago by Ken Hibino <[email protected]>
Add deadline to syncRequest

- syncer will drop a request if its deadline has been exceeded

github.com/hibiken/asynq - 83f1e20d745c595ceab48cce1d11c66351e46a9f authored over 4 years ago by Ken Hibino <[email protected]>
Update processor to adapt for deadlines set change

- Processor dequeues tasks only when it's available to process
- Processor retries a task when i...

github.com/hibiken/asynq - 4e8ac151aea7fb71aa9e756547c4f34c43b94099 authored over 4 years ago by Ken Hibino <[email protected]>
Update RDB.Requeue to remove message from deadlines set

github.com/hibiken/asynq - 08b71672aa822ea22d5912e2a97d0f0e32dbc5bf authored over 4 years ago by Ken Hibino <[email protected]>
Update RDB.Dequeue to return deadline as time.Time

github.com/hibiken/asynq - 92af00f9fd62badf1f02b560e0e24e5dc8ce9b59 authored over 4 years ago by Ken Hibino <[email protected]>
Update RDB.Kill to remove message from deadlines set

github.com/hibiken/asynq - 113451ce6a1024c6a998f551817df3e2a219ebde authored over 4 years ago by Ken Hibino <[email protected]>
Update RDB.Retry to remove message from deadlines set

github.com/hibiken/asynq - 9cd9f3d6b44e7a342acb9d1384c45f31db0ac264 authored over 4 years ago by Ken Hibino <[email protected]>
Update RDB.Dequeue to return message and deadline

github.com/hibiken/asynq - 9b05dea3941744b9f77e10b6b94f37ee3483c2e2 authored over 4 years ago by Ken Hibino <[email protected]>
Add task message to deadlines set on dequeue

Updated dequeueCmd to decode the message and compute its deadline and add
the message to the Dea...

github.com/hibiken/asynq - 6cc5bafabaafbd444eea704f39519d4efa11ba12 authored over 4 years ago by Ken Hibino <[email protected]>
Use default timeout of 30mins if both timeout and deadline are not

provided

github.com/hibiken/asynq - 716d3d987eeaf3c0c41b0b0d68e5d43b764864cd authored over 4 years ago by Ken Hibino <[email protected]>
Add redis key for deadlines in base package

github.com/hibiken/asynq - 5dddc35d7cb47527dad66ed14fe52bd8042adcf1 authored over 4 years ago by Ken Hibino <[email protected]>
Replace github.com/rs/xid with github.com/google/uuid

github.com/hibiken/asynq - 8b60e6a2687633cb995338cd1af760cb5bce3ae8 authored over 4 years ago by Ken Hibino <[email protected]>
Fix Client.Enqueue to always call enqueue

Closes https://github.com/hibiken/asynq/issues/158

github.com/hibiken/asynq - 4e5f5969108de59ffd2574471cd2e3399a2f4914 authored over 4 years ago by Ken Hibino <[email protected]>
v0.9.4

github.com/hibiken/asynq - 8bf5917cd918452541dbb7d61252b3e44d9bd66b authored over 4 years ago by Ken Hibino <[email protected]>
Fix requeue logic in processor

github.com/hibiken/asynq - 7f30fa2bb6819b9aef47cf77f6a0cd73e3338d5d authored over 4 years ago by Ken Hibino <[email protected]>
v0.9.3

github.com/hibiken/asynq - ade6e61f510f95ebb9d8bf199938b84cc8800132 authored over 4 years ago by Ken Hibino <[email protected]>
Fix JSON number ovewflow issue

github.com/hibiken/asynq - a2abeedaa0c521a01f378c016e5bb4cb73a7f0ec authored over 4 years ago by Ken Hibino <[email protected]>
chore: 🤖 stop jest from running in dist/tests

Stop jest from running tests in dist/tests by specifying the target
directory to be /src folder
...

github.com/hibiken/react-places-autocomplete - adb7dc3fd1560ab845c86802eb516374146411d8 authored over 4 years ago by Paul Taiwo <[email protected]>
processor: log detail err in markAsDone func

github.com/hibiken/asynq - 81bb52b08ca8fec45e1389f63cd32b98416e5c75 authored over 4 years ago by lion.zhao <[email protected]>
Minor changes in vimrc

github.com/hibiken/dotfiles - a53aaec7c826dfa8a649a67788910c4a7fe32274 authored over 4 years ago by Ken Hibino <[email protected]>
v0.9.2

github.com/hibiken/asynq - bc2a7635a0a9391a6e95c24dc850d3abd4643c77 authored over 4 years ago by Ken Hibino <[email protected]>
Update docs for pause feature

github.com/hibiken/asynq - f65d408bf9bae8defb71b328212ad4b8ab378e2e authored over 4 years ago by Ken Hibino <[email protected]>
Update stats command to show queue paused status

github.com/hibiken/asynq - 4e800a7f6818dfbcd9be174b15f28e08deec4333 authored over 4 years ago by Ken Hibino <[email protected]>
Add benchmark test to verify client enqueue performance while server is

running

github.com/hibiken/asynq - 4749b4bbfc1ff4bd9c81b0462bbeb491b7c84dea authored over 4 years ago by Ken Hibino <[email protected]>
Update Dequeue operation to skip paused queues

github.com/hibiken/asynq - 363cfedb49110b14733e4af9dab59493e206dfb7 authored over 4 years ago by Ken Hibino <[email protected]>
Add pause and unpause command to CLI

github.com/hibiken/asynq - d6a5c84dc6cfe6c09cf9a90b7258a8211d28d2f3 authored over 4 years ago by Ken Hibino <[email protected]>
Add Pause and Unpause methods to rdb

github.com/hibiken/asynq - 4595bd41c3bb7deab60d425f2d1bde6caaa621c9 authored over 4 years ago by Ken Hibino <[email protected]>
Limit the number of tasks moved by CheckAndEnqueue to prevent a long

running script

github.com/hibiken/asynq - 06c4a1c7f86d739eb084ee94bf70cbafea27a45b authored over 4 years ago by Ken Hibino <[email protected]>
Fix data race in test

github.com/hibiken/asynq - 8af4cbad51ffc3db8eea5619794027bb4c4c9130 authored over 4 years ago by Ken Hibino <[email protected]>
Fix cli build

github.com/hibiken/asynq - e236d55477c4d4fe38c15a7687829c203ce093fb authored over 4 years ago by Ken Hibino <[email protected]>
Refactor server state management

github.com/hibiken/asynq - a38f628f3b24090a63bececc44d87e11d9edbb75 authored over 4 years ago by Ken Hibino <[email protected]>
v0.9.1

github.com/hibiken/asynq - 69ad583278a40c3d7d8eda583316e8271dc98511 authored over 4 years ago by Ken Hibino <[email protected]>
Add helper functions to extract task metadata from context

github.com/hibiken/asynq - 23f46dde529af27bfcc484cacaf7234d14fb6405 authored over 4 years ago by Ken Hibino <[email protected]>
remove typo and redundant code

github.com/hibiken/asynq - 39188fe9301217d5f52d13bac70756b001c9a530 authored over 4 years ago by lihe <[email protected]>
Change internal constructor signatures.

Created "params" type to avoid positional arguments.
Personally it feels more explicit and reads...

github.com/hibiken/asynq - 4492ed9255ff3576bb8b1974b0b506645cca022b authored over 4 years ago by Ken Hibino <[email protected]>
Merge pull request #303 from emanualjade/fix/places-async-load

Fix check for google places loaded

github.com/hibiken/react-places-autocomplete - 2e1c5d07155acf007ec876875b669121e4adf7ad authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #319 from sambokai/return-suggestion-onselect

Have raw suggestion object be one of the arguments of onSelect

github.com/hibiken/react-places-autocomplete - 7155018e3c376dbf9977d75bd85814eaadd90169 authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #327 from sambokai/#152-nullsafe-objprop-access

#152 nullsafe objprop access

github.com/hibiken/react-places-autocomplete - 0ca78309680c317be00929b757720837052a139f authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #242 from viperfx07/master

fixed undefined debounce on ie10

github.com/hibiken/react-places-autocomplete - 1fb87fc1f86871d5ec158b5d7adb3f121ae3204f authored over 4 years ago by Sam Bokai <[email protected]>
Add null-safe property access in helper function

Related to #152

github.com/hibiken/react-places-autocomplete - 63427898daede0820b1e22ab4da26a3864a6e311 authored over 4 years ago by Sam Bokai <[email protected]>
Bump handlebars from 4.0.11 to 4.7.6

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.6.
- [Release not...

github.com/hibiken/react-places-autocomplete - ef527fa79b81cd57793c827426bc0d18ca2d7aca authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump npmconf from 2.1.2 to 2.1.3

Bumps [npmconf](https://github.com/npm/npmconf) from 2.1.2 to 2.1.3.
- [Release notes](https://g...

github.com/hibiken/react-places-autocomplete - 472edcea44dc57af963daaeffcf480c6a0f3b6c8 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release ...

github.com/hibiken/react-places-autocomplete - 989972ee8931b14ea4df5bd106811a0c4c160fc0 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump stringstream from 0.0.5 to 0.0.6

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release note...

github.com/hibiken/react-places-autocomplete - cd55b2d34a7690bc9afaf467503ab021730ce10b authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update readme

github.com/hibiken/asynq - 4e3e0539894732e01d168a3b298ae11f5cbfd99c authored over 4 years ago by Ken Hibino <[email protected]>
v0.9.0

github.com/hibiken/asynq - aef0775c05e24101c0a8a1b3c68de0b3bb31fe2d authored over 4 years ago by Ken Hibino <[email protected]>
Add log messages around Server.Quiet

github.com/hibiken/asynq - de146993d2db0d826f988d3cb4b5f8864222c9b9 authored over 4 years ago by Ken Hibino <[email protected]>
Define test flags for package testing

Added test flags for

- redis address (defaults to "localhost:6379")
- redis db number (defaults...

github.com/hibiken/asynq - 24ee4b9693020196ddc28f901f01679f6cf4d462 authored over 4 years ago by Ken Hibino <[email protected]>
Simplify Logger interface

github.com/hibiken/asynq - b63476ddc867c1adac7c42f66052791f178d3a61 authored over 4 years ago by Ken Hibino <[email protected]>
Change LogLevel to satisfy flag.Value interface

github.com/hibiken/asynq - fa3082e5bba0450122cc1042867d3979a3e8061f authored over 4 years ago by Ken Hibino <[email protected]>
Update changelog

github.com/hibiken/asynq - 7849b395bd56186b595ce7afc62dd7639a7f612c authored over 4 years ago by Ken Hibino <[email protected]>
Clean up log messages

Moved development purpose log messages to DEBUG level.

github.com/hibiken/asynq - fb38086590079ced61ac87bf2e5a4fdeefa0aeca authored over 4 years ago by Ken Hibino <[email protected]>
Minor code cleanup

github.com/hibiken/asynq - 60cbf8dc5a70d7d0ba3dcde3847cdc5f2ee39f0a authored over 4 years ago by Ken Hibino <[email protected]>
Change default log level to info

github.com/hibiken/asynq - cfcd19a2228c8b845d0cb0fce5bda341f941b26f authored over 4 years ago by Ken Hibino <[email protected]>
Allow setting minimum log level for logger

github.com/hibiken/asynq - d13f7e900f3138a5746f05b43ce2ca32ff379d92 authored over 4 years ago by Ken Hibino <[email protected]>
Add log messages around Server.Quiet

github.com/hibiken/asynq - 210b026b013e38535ed8ca7f4753f82e2c88b6e5 authored over 4 years ago by Ken Hibino <[email protected]>
Minor code cleanup

github.com/hibiken/asynq - 556b2103fe240defd99bd949caedbb85f8c9fd04 authored over 4 years ago by Ken Hibino <[email protected]>
Revert "Minor refactor"

This reverts commit e43beaff

github.com/hibiken/react-places-autocomplete - 89b519426c6932a733355722111d9da97bc71c01 authored over 4 years ago by Sam Bokai <[email protected]>
Update README regarding onSelect suggestion argument

github.com/hibiken/react-places-autocomplete - c65bad236cc3ce1f94f08324f0c3eef8ccb8822e authored over 4 years ago by Sam Bokai <[email protected]>
Call onSelect prop with raw suggestion item as it's third argument

github.com/hibiken/react-places-autocomplete - 2bd5e64bcdf71858c754694f8b7cb3cbd8211229 authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #316 from sambokai/patch-1

Add maintainers-wanted section to README

github.com/hibiken/react-places-autocomplete - b3d1b5c1491687916778d1d9064bf7926e8174a2 authored over 4 years ago by Ken Hibino <[email protected]>
Change wording

Make message more concise

github.com/hibiken/react-places-autocomplete - f6228771bd6dde71e09679b7b60cc2d226713229 authored over 4 years ago by Sam Bokai <[email protected]>
Add maintainers wanted section to README

github.com/hibiken/react-places-autocomplete - 706e8f166eb941d799f6be96775f6fe40b3d96ca authored over 4 years ago by Sam Bokai <[email protected]>
Clean up log messages

Moved development purpose log messages to DEBUG level.

github.com/hibiken/asynq - 0289bc7a106d7cbaa19143434b38a65c3321fad1 authored over 4 years ago by Ken Hibino <[email protected]>
Change default log level to info

github.com/hibiken/asynq - ae942c93e5fd6a26b64d04f6294bbe8ddea84eb5 authored over 4 years ago by Ken Hibino <[email protected]>
Allow setting minimum log level for logger

github.com/hibiken/asynq - 00b82904c600dbdeb7d0ed0b1461b8b4c873b0b6 authored over 4 years ago by Ken Hibino <[email protected]>
Simplify Logger interface

github.com/hibiken/asynq - a866369866878f0c7794fabec3b28293ffeaafbb authored over 4 years ago by Ken Hibino <[email protected]>
Change LogLevel to satisfy flag.Value interface

github.com/hibiken/asynq - 73d62844e60073678129a09180b5092087dde884 authored over 4 years ago by Ken Hibino <[email protected]>
Update changelog

github.com/hibiken/asynq - 711bfa371ff61ca3af0008c57d6f8733ce379afa authored over 4 years ago by Ken Hibino <[email protected]>
Define test flags for package testing

Added test flags for

- redis address (defaults to "localhost:6379")
- redis db number (defaults...

github.com/hibiken/asynq - 0faf97f146d413073540bc3cbdda4c82a3a41d0a authored over 4 years ago by Ken Hibino <[email protected]>
v0.8.3

github.com/hibiken/asynq - 26b78136badb57f4512faf0c96bc6e7e8ef4569e authored over 4 years ago by Ken Hibino <[email protected]>
Add redis conn close func to client

github.com/hibiken/asynq - 44aad7f0379af3276206e0a1b350595e4ab8be55 authored over 4 years ago by t-asaka <[email protected]>
Track gitconfig

github.com/hibiken/dotfiles - 54991cfeda7aa7315ced009ff203d85bd367c3cc authored over 4 years ago by Ken Hibino <[email protected]>
v0.8.2

github.com/hibiken/asynq - 9884d5f2fa2b062082615352298a603992f3da6a authored over 4 years ago by Ken Hibino <[email protected]>
Update docs

github.com/hibiken/asynq - 826f1ecff43c22fda325a672dac39441e11d53ca authored over 4 years ago by Ken Hibino <[email protected]>
Make sure to invoke CancelFunc in all cases

github.com/hibiken/asynq - 24f2b64c6ce427e133ad54a45c78b8b4f049c830 authored over 4 years ago by Ken Hibino <[email protected]>
Clean up tests

github.com/hibiken/asynq - 5161b9368ae81da57b97b8000426e33b8345a9a4 authored over 4 years ago by Ken Hibino <[email protected]>