mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Bumped bree version to 4.0.0
refs https://github.com/breejs/bree/issues/50
refs f1ab159
- This bree version allows to avoid additional flag setting when initializing scheduled job
This commit is contained in:
parent
e27b788d48
commit
a7b523e0f3
@ -4,10 +4,7 @@ const assemble = (when, job, data, name) => {
|
||||
const breeJob = {
|
||||
name: name,
|
||||
// NOTE: both function and path syntaxes work with 'path' parameter
|
||||
path: job,
|
||||
// NOTE: avoids executing job immidiately after initialization
|
||||
// can remove it when https://github.com/breejs/bree/issues/50 is fixed
|
||||
timeout: false
|
||||
path: job
|
||||
};
|
||||
|
||||
if (data) {
|
||||
|
@ -26,7 +26,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@breejs/later": "4.0.2",
|
||||
"bree": "3.4.0",
|
||||
"bree": "4.0.0",
|
||||
"cron-validate": "1.4.1",
|
||||
"fastq": "1.9.0",
|
||||
"p-wait-for": "3.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user