fixes
This commit is contained in:
@@ -20,20 +20,6 @@ const options: any = {
|
||||
jobs: [
|
||||
{ name: 'infrastructure' },
|
||||
{ name: 'deployApplication' },
|
||||
// {
|
||||
// name: 'cleanupStorage',
|
||||
// },
|
||||
// {
|
||||
// name: 'cleanupPrismaEngines',
|
||||
// interval: '1m'
|
||||
// },
|
||||
// {
|
||||
// name: 'checkProxies',
|
||||
// interval: '10s'
|
||||
// },
|
||||
// {
|
||||
// name: 'autoUpdater',
|
||||
// }
|
||||
],
|
||||
};
|
||||
if (isDev) options.root = path.join(__dirname, '../jobs');
|
||||
|
Reference in New Issue
Block a user