mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Update job queue setting
This commit is contained in:
parent
dddd760efd
commit
ac07f04ad8
@ -20,8 +20,8 @@ const queue = new Queue('misskey', {
|
||||
|
||||
export function createHttpJob(data: any) {
|
||||
return queue.createJob(data)
|
||||
.retries(4)
|
||||
.backoff('exponential', 16384) // 16s
|
||||
//.retries(4)
|
||||
//.backoff('exponential', 16384) // 16s
|
||||
.save();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user