|
|
@@ -1407,7 +1407,7 @@ void enqueue_output_raw(const char *keyid, const char *seckey,
|
|
|
qmsg = xs_dict_append(qmsg, "seckey", seckey);
|
|
|
|
|
|
/* if it's to be sent right now, bypass the disk queue and post the job */
|
|
|
- if (retries == 0)
|
|
|
+ if (retries == 0 && job_fifo_ready())
|
|
|
job_post(qmsg);
|
|
|
else {
|
|
|
qmsg = _enqueue_put(fn, qmsg);
|