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

Add godoc link in readme

github.com/hibiken/asynqmon - 2cd2b679459658afb19c2aee9f5e5c0f04ee4a85 authored about 3 years ago by Ken Hibino <[email protected]>
Update version compatibility table in readme

github.com/hibiken/asynqmon - 18a19526d5fbe65dfb0cfe658458b1cdfa715563 authored about 3 years ago by Ken Hibino <[email protected]>
add doc strings

github.com/hibiken/asynqmon - cb4ccea02583882e4ae2dc81f9d6e0f4751715db authored about 3 years ago by ajatprabha <[email protected]>
add injectable PayloadStringer

github.com/hibiken/asynqmon - a76670956be5096d42f493cb5c3609e0f4a1651a authored about 3 years ago by ajatprabha <[email protected]>
expose http.Handler and hide mux router

github.com/hibiken/asynqmon - 545721076b18787cb8e99288fe04866e342c48c8 authored about 3 years ago by ajatprabha <[email protected]>
rename PayloadStringer => BytesStringer

github.com/hibiken/asynqmon - 008c1b1b4aa1ba1bd331345cdf7c874f13a91416 authored about 3 years ago by ajatprabha <[email protected]>
sort imports

github.com/hibiken/asynqmon - 522dfe2ce57d2c501ae87b237eabeaeb12635ca2 authored about 3 years ago by ajatprabha <[email protected]>
add help text for sync make target

github.com/hibiken/asynqmon - c76e370e50800289d549cbd1ab6240f619fcbd43 authored about 3 years ago by ajatprabha <[email protected]>
change release stage names

github.com/hibiken/asynqmon - 178407838aecd33b3d0dd48719243037d8c8c874 authored about 3 years ago by ajatprabha <[email protected]>
use asynq.RedisConnOpt to create the redis client

github.com/hibiken/asynqmon - e04ec629208c3384722e3fa7ef564788fdc46256 authored about 3 years ago by ajatprabha <[email protected]>
update BytesStringer => PayloadFormatter to pass taskType

github.com/hibiken/asynqmon - e569ad9186bf4d15274bdfa8bb2f31a69ac3bb3f authored about 3 years ago by ajatprabha <[email protected]>
add usage documentation

github.com/hibiken/asynqmon - bb2f7788f6bfb3ec32b10a7dd7dbdd5acf909cf3 authored about 3 years ago by ajatprabha <[email protected]>
remove type transformer

github.com/hibiken/asynqmon - e635b73e6c6918b70a4297715632d32fcb1785e1 authored about 3 years ago by ajatprabha <[email protected]>
remove NewStaticContentHandlerFunc

github.com/hibiken/asynqmon - 0cbec9318f8c0f6d3d302306516dfeceddf36a21 authored about 3 years ago by ajatprabha <[email protected]>
unexport types

github.com/hibiken/asynqmon - d0b72f135c00afb63e243feb8acb17a12f2c7a8a authored about 3 years ago by ajatprabha <[email protected]>
rename API => HTTPHandler

github.com/hibiken/asynqmon - 4b54ec1548ad5ff5c0b813708e8fbbe8a74b117f authored about 3 years ago by ajatprabha <[email protected]>
sort imports

github.com/hibiken/asynqmon - 796d3c089cfbddf2bc7451e5e194b7da7c29a3d5 authored about 3 years ago by ajatprabha <[email protected]>
make json data printable

github.com/hibiken/asynqmon - c98d65dcdb052d87834e56e0ec031d93edc0bf12 authored about 3 years ago by ajatprabha <[email protected]>
make server & router reusable outside asynqmon package

github.com/hibiken/asynqmon - 3839f96b4410a20618f78113a31b54f329c53ce1 authored about 3 years ago by ajatprabha <[email protected]>
add PayloadStringer interface

github.com/hibiken/asynqmon - 0c7eb94fb95ba66d64038e52c1d7ee1d36b69f0e authored about 3 years ago by ajatprabha <[email protected]>
Serve both UI assets and REST API from handler

github.com/hibiken/asynqmon - ccdd6cea01726d5792fbec553d561f3e15dd4fe3 authored about 3 years ago by Ken Hibino <[email protected]>
rename go module

github.com/hibiken/asynqmon - 0836fe60b7f0358a7bd98b489872d185d31811c2 authored about 3 years ago by ajatprabha <[email protected]>
make embed.FS injectable

github.com/hibiken/asynqmon - 3ec75cad172c8712285807fecb4eedd4f9db5e6e authored about 3 years ago by ajatprabha <[email protected]>
add doc strings to Options fields

github.com/hibiken/asynqmon - b20cf02f3bc7190ac203062d08d0820cdaa75939 authored about 3 years ago by ajatprabha <[email protected]>
revert back to redis/v8

github.com/hibiken/asynqmon - f3efe59a1db57b12d7acabd34c98178e20a4ea1f authored about 3 years ago by ajatprabha <[email protected]>
Add FUNDING.yml

github.com/hibiken/asynqmon - 29dd0c821355d10fa7661520d7484eca6d4d9502 authored about 3 years ago by Ken Hibino <[email protected]>
Add FUNDING.yml

github.com/hibiken/asynq - 0d2c0f612b1e772ca079d6b0021071240f46e285 authored about 3 years ago by Ken Hibino <[email protected]>
v0.18.6

github.com/hibiken/asynq - d612a8a9e436be9c2cbee7a21ccc0c5488426f70 authored about 3 years ago by Ken Hibino <[email protected]>
Fix typo

github.com/hibiken/asynqmon - 8b0a5d2dd5e91ad2042f4fdf8090b31f4ff1c663 authored about 3 years ago by Lukas Malkmus <[email protected]>
Update readme

github.com/hibiken/asynqmon - 87e1d670d8d6e5ce5397956e877c29d9caf8db22 authored over 3 years ago by Ken Hibino <[email protected]>
Support redis cluster

- Added `--redis-cluster-nodes` flag
- Display cluster information in redis info page

github.com/hibiken/asynqmon - ce5c86eea57abe8a2f724168b503a8c1189769af authored over 3 years ago by Ken Hibino <[email protected]>
Upgrade go-redis/redis to version 8

github.com/hibiken/asynq - b3ef9e91a9cec1f9890f3f34653aaf6b90388dbd authored over 3 years ago by Jason White <[email protected]>
v0.18.5

github.com/hibiken/asynq - 05534c6f248799ed3c01717f1076df522e03bd52 authored over 3 years ago by Ken Hibino <[email protected]>
Add IsFailure to Config

With this IsFailure config, users can provide a predicate function to
determine whether the er...

github.com/hibiken/asynq - f0db219f6a5c535579850592fba9e8d117ed7ff9 authored over 3 years ago by Ken Hibino <[email protected]>
Fix readme

github.com/hibiken/asynq - 3ae0e7f528fa89acddd25fe551792adbfdf359e5 authored over 3 years ago by Mehran Poursadeghi <[email protected]>
v0.18.4

github.com/hibiken/asynq - 421dc584ffa4fab4ea8ced5546b9234d2dfedd82 authored over 3 years ago by Ken Hibino <[email protected]>
Make scheduler methods thread-safe

github.com/hibiken/asynq - cfd1a1dfe8fb4b1001c84c7e803ae64afd4949f3 authored over 3 years ago by Ken Hibino <[email protected]>
Update asynq version depedency

github.com/hibiken/asynqmon - 008215566a7a6a98e607cffd320d7fdba8e2dee5 authored over 3 years ago by Ken Hibino <[email protected]>
v0.18.3

github.com/hibiken/asynq - c197902dc0726ab2a17520d7c90b6b31a31f25b9 authored over 3 years ago by Ken Hibino <[email protected]>
Use approximate memory usage for QueueInfo

github.com/hibiken/asynq - e6355bf3f54c983ab0d1f79ece6aa74fd638712d authored over 3 years ago by Ken Hibino <[email protected]>
Adjust error message, use TrimSpace for more robust empty typename check

github.com/hibiken/asynq - 6817af366aa3bc35c3624578bf319579a0a87c94 authored over 3 years ago by Luqqk <[email protected]>
client.Enqueue - prevent empty task's typename

github.com/hibiken/asynq - 4bce28d677210c1fbf6a7554a4a400d52087e770 authored over 3 years ago by Luqqk <[email protected]>
Add changelog entry, add additional test case

github.com/hibiken/asynq - 95c90a5cb822877a9465cd3203235a262359096f authored over 3 years ago by Luqqk <[email protected]>
Add Task details view

Allow users to find task by task ID

github.com/hibiken/asynqmon - 3befee382d8df09e1fe6e17983a9fffc04b13109 authored over 3 years ago by Ken Hibino <[email protected]>
Fixes links

github.com/hibiken/asynq - 73f930313cef4434c7a62f54bece8051788fa89c authored over 3 years ago by Pedro Henrique <[email protected]>
Fix examples in readme

github.com/hibiken/asynq - bff2a05d592b8918bfec7c76c4a6664154fb5310 authored over 3 years ago by Ken Hibino <[email protected]>
v0.18.2

github.com/hibiken/asynq - 684a7e0c984347986ffb88f22298b0a4da80847f authored over 3 years ago by Ken Hibino <[email protected]>
Allow upper case characters in queue name

github.com/hibiken/asynq - 46b23d6495552be9ea16971216ea84ff8d015983 authored over 3 years ago by Ken Hibino <[email protected]>
Bump query-string from 7.0.0 to 7.0.1 in /ui

Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.0.0 to 7.0.1.
- [Relea...

github.com/hibiken/asynqmon - d63e4a3229eac968e6267f4c009e93563eb5667c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @types/react-dom from 17.0.3 to 17.0.9 in /ui

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/reac...

github.com/hibiken/asynqmon - f3c75e206872576fccb06fc17b1b61624cea1e75 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @types/react-syntax-highlighter from 13.5.0 to 13.5.2 in /ui

Bumps [@types/react-syntax-highlighter](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/...

github.com/hibiken/asynqmon - 459fd92eecb86411279a80e5aee383070fe7ff53 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @testing-library/user-event from 13.1.1 to 13.1.9 in /ui

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.1 t...

github.com/hibiken/asynqmon - 014582669d2f15ca6abe01beadae57270505599d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @types/node from 14.14.41 to 16.3.1 in /ui

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/hibiken/asynqmon - 3f7b0b26f678f7ce689e9de7c756446d5059a843 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump react-redux from 7.2.3 to 7.2.4 in /ui

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.3 to 7.2.4.
- [Release note...

github.com/hibiken/asynqmon - d9c865b889a971b9173d31adbae3b8b036b95c0e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @types/jest from 26.0.22 to 26.0.24 in /ui

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) fro...

github.com/hibiken/asynqmon - 907b72442ae245a93c5556e5ba246aff92599954 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @types/react from 17.0.3 to 17.0.14 in /ui

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) f...

github.com/hibiken/asynqmon - 3b0dc3c156df505f1967a799bfd7564de3e1c7d8 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.18.1

github.com/hibiken/asynq - c0ae62499f8a9f4ba34ca02ed5f5ba08cf6f427c authored over 3 years ago by Ken Hibino <[email protected]>
Fix recoverer to run task recovering logic every minute

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

github.com/hibiken/asynq - 7744ade3629d8814597e98cd321e2b9b04012631 authored over 3 years ago by Ken Hibino <[email protected]>
Update recoverer to recover tasks on server startup

github.com/hibiken/asynq - f532c953948a886d24ab48d1d3c77d57009b92fa authored over 3 years ago by Ken Hibino <[email protected]>
Update readme

github.com/hibiken/asynq - d5e9f3b1bd6ec64b5bf8ed55b0310d95a13bbe54 authored over 3 years ago by Ken Hibino <[email protected]>
Update to new asynq API

github.com/hibiken/asynqmon - fa313ce180808e6ba0d7ab569f0647024bc1a0f2 authored over 3 years ago by Ken Hibino <[email protected]>
Update to use new Task API

github.com/hibiken/asynqmon - d068f274f702ba1e545da500448891db76f1315c authored over 3 years ago by Ken Hibino <[email protected]>
Adjust payload field to print content if bytes are printable

github.com/hibiken/asynqmon - d58d549d4cf778a13f11721631a7433176810d7a authored over 3 years ago by Ken Hibino <[email protected]>
Fix isPrintable helper

github.com/hibiken/asynqmon - 403062b556ef2ec2311eb379a181b682f764a5af authored over 3 years ago by Ken Hibino <[email protected]>
Update timeAgo helper to handle zero unix time

github.com/hibiken/asynqmon - b5de7e69944206be79b31d91e119f5221dea9d22 authored over 3 years ago by Ken Hibino <[email protected]>
Update go.mod to depend on asynq v0.18

github.com/hibiken/asynqmon - b3deca8b9ec9b5c71046dd4bc134b463ebaf5439 authored over 3 years ago by Ken Hibino <[email protected]>
Fix build

github.com/hibiken/asynqmon - 2d688dbbabe816932c73b521914bdf245ab569d4 authored over 3 years ago by Ken Hibino <[email protected]>
Update UI code with new API

github.com/hibiken/asynqmon - 565dfb4ccfdbfc7d6fb6917f75de79c9a5b184bf authored over 3 years ago by Ken Hibino <[email protected]>
Use local asynq package for next version

github.com/hibiken/asynqmon - 1149ad737de27b3f6b6280fed1793799c0dd2d88 authored over 3 years ago by Ken Hibino <[email protected]>
Update readme

github.com/hibiken/asynqmon - f99aea99f783b173631e4ca9253de6aeb84d36b2 authored over 3 years ago by Ken Hibino <[email protected]>
v0.18.0

github.com/hibiken/asynq - d02b722d8a5faa290cac4f32669ef14f06895923 authored over 3 years ago by Ken Hibino <[email protected]>
Fix lua scripts for redis cluster

github.com/hibiken/asynq - 68839dc9d361ee805299a53bada7a48b92a65c00 authored over 3 years ago by Ken Hibino <[email protected]>
Fix asynq CLI build

github.com/hibiken/asynq - 77604af265f0907b286f98f9426b068012b1b432 authored over 3 years ago by Ken Hibino <[email protected]>
Define RDB.GetTaskInfo

github.com/hibiken/asynq - 8922d2423ab6bdf6af804068bdd6084a0a9f0901 authored over 3 years ago by Ken Hibino <[email protected]>
Add Inspector.GetTaskInfo

github.com/hibiken/asynq - 4765742e8aa92ef057606eb6072874cafff266d8 authored over 3 years ago by Ken Hibino <[email protected]>
Make NodeCluster fields read-only

github.com/hibiken/asynq - c8bda26bed419abd668d2d8ec6c277051ffe00c7 authored over 3 years ago by Ken Hibino <[email protected]>
Rename Inspector.CancelActiveTask to CancelProcessing

github.com/hibiken/asynq - 8ee1825e679342e3cdc162a1a5ea8c0603e5a02d authored over 3 years ago by Ken Hibino <[email protected]>
Update RDB.DeleteTask with task state

github.com/hibiken/asynq - 430dbb298e359084057197eab3294062639e1be9 authored over 3 years ago by Ken Hibino <[email protected]>
Rename Inspector.CurrentStats to GetQueueInfo

github.com/hibiken/asynq - b358de907ea15bdda6a61a963b1eb35f4f09edd7 authored over 3 years ago by Ken Hibino <[email protected]>
Update Inspector.ListArchivedTasks

github.com/hibiken/asynq - e63d51da0c33c44a4fe7f0e8659f42b7156126d4 authored over 3 years ago by Ken Hibino <[email protected]>
Update Inspector.List*Task methods to return ErrQueueNotFound

github.com/hibiken/asynq - ea9086fd8be24a77ff163ae7b2b078f92d78bbd3 authored over 3 years ago by Ken Hibino <[email protected]>
Add LastFailedAt to TaskInfo

github.com/hibiken/asynq - cd351d49b9ae8dd318a4bd47aece8c683287f1a3 authored over 3 years ago by Ken Hibino <[email protected]>
Update WorkerInfo and remove unnecessary types

github.com/hibiken/asynq - 96c51fdc23b75c0239356b6e11366484ffeebc21 authored over 3 years ago by Ken Hibino <[email protected]>
Update RDB.Requeue with task state

github.com/hibiken/asynq - 5d7f1b6a8000f63e5744446c9139dbfe179d837c authored over 3 years ago by Ken Hibino <[email protected]>
Update List methods (expect for ListArchived)

github.com/hibiken/asynq - 840f7245b1fa3f30f8e9c1baceba6881eb197731 authored over 3 years ago by Ken Hibino <[email protected]>
Misc cleanup

github.com/hibiken/asynq - 8aeeb61c9deeb5e18e5f9515f78d599ca45aa976 authored over 3 years ago by Ken Hibino <[email protected]>
Record last_failed_at time on Retry or Archive event

github.com/hibiken/asynq - 87264b66f3c1219c578e9855b06159e87eba5b58 authored over 3 years ago by Ken Hibino <[email protected]>
Minor fix in queue command

github.com/hibiken/asynq - 385323b6794cc4652e7b2d01f3913662019979d1 authored over 3 years ago by Ken Hibino <[email protected]>
Refactor redis keys and store messages in protobuf

Changes:
- Task messages are stored under "asynq:{<qname>}:t:<task_id>" key in redis, value is a...

github.com/hibiken/asynq - b9c2572203dbb8252c2a6724b539546f55e3df4b authored over 3 years ago by Ken Hibino <[email protected]>
Define TaskInfo type

github.com/hibiken/asynq - 09cbea66f6d0f6f449b87c36984b240b5956a904 authored over 3 years ago by Ken Hibino <[email protected]>
Minor fixes

github.com/hibiken/asynq - 8117ce89720529865e75365ac3ea093a7e62f6bc authored over 3 years ago by Ken Hibino <[email protected]>
Update Client.Enqueue to return TaskInfo

github.com/hibiken/asynq - b835090ad8b0cc3fbe8fd3933dcfcac1b5030dfd authored over 3 years ago by Ken Hibino <[email protected]>
Update RDB methods with new errors package

github.com/hibiken/asynq - 4af65d5fa5e10f5afc86bd5efa6f4852a05ad8e6 authored over 3 years ago by Ken Hibino <[email protected]>
Update RDB.EnqueueUnique and RDB.ScheduleUnique with specific errors

github.com/hibiken/asynq - d98ecdebb404be0fd34d762168ca89a106c2cd32 authored over 3 years ago by Ken Hibino <[email protected]>
Change TaskInfo to use public fields instead of methods

github.com/hibiken/asynq - a9feec5967d715f95d44f5624aaf2a306a0034d1 authored over 3 years ago by Ken Hibino <[email protected]>
Replace DeleteTaskByKey with DeleteTask in Inspector

github.com/hibiken/asynq - 4bcc5ab6aa729489dc902ef35a4723cca989338e authored over 3 years ago by Ken Hibino <[email protected]>
Update RDB.CurrentStats and RDB.HistoricalStats with specific errors

github.com/hibiken/asynq - d2d4029aba5b80a60c20657485c0dfba142ed806 authored over 3 years ago by Ken Hibino <[email protected]>
Reorganize test for RDB.ArchiveTask

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