We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7062836 commit 1920a02Copy full SHA for 1920a02
src/api/server.rkt
@@ -197,6 +197,7 @@
197
; Check if the job is already in progress.
198
(unless (hash-has-key? current-jobs jid)
199
(place-channel-put worker (list 'apply self command jid))
200
+ (hash-set! current-jobs jid wid)
201
(hash-set! reassigned wid jid)
202
(hash-set! busy-workers wid worker)))
203
; remove X many jobs from the Q and update waiting-workers
0 commit comments