work icon indicating copy to clipboard operation
work copied to clipboard

gocraft/work v2 prototype

Results 17 work issues
Sort by recently updated
recently updated
newest added

Apologies if this is the wrong channel to start this conversation. Please redirect me to the correct channel. My query is, Is this package ready for use in production or...

This allows Redis to route our execution to the correct node when running against a Redis Cluster. --- I encountered this issue with an on premises deployment of our application,...

What do you think about merging this? * gocraft/work has issues (e.g. https://github.com/gocraft/work/issues/148) * gocraft/work has 1.7k stars * UV has been running your "prototype" in production for years

Currently timestamps are truncated to second resolution. This change allows to override that, so it's possible to enqueue 200ms into the future, for example.

Within the same queue: 1. Job with id "X" is enqueued 2. Job with id "X" is dequeued by worker №1 3. Job with id "X" is enqueued 4. Handler...

One of the biggest reasons we used https://github.com/gocraft/work is that it has the ability in the UI to retry jobs manually that have exhausted their automatic retries. Given that this...

can you add some examples and docs, so for the people who're interested on this project can get started on this without digging into source code or godoc .... i'm...