goflow icon indicating copy to clipboard operation
goflow copied to clipboard

Allow to queue the first request in Redis, so that initial node request can be distributed

Open s8sg opened this issue 3 years ago • 1 comments

s8sg avatar Jul 18 '20 11:07 s8sg

GoFlow client is introduced so that one can just enqueue requests to redis. Server meant to work also like a worker and execute the initial requests. One approach is to pass a x-async: true header that make sure the request gets queued

s8sg avatar Jul 30 '20 08:07 s8sg

Fixed with PR #60

s8sg avatar Jun 22 '23 07:06 s8sg