This commit is contained in:
Andras Bacsai
2022-08-26 09:01:48 +02:00
parent ee4360de3a
commit 224604f2e7
5 changed files with 16 additions and 31 deletions

View File

@@ -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');