Scaffolder: Bump stale task timeout from 1hr to 24hrs

Signed-off-by: OscarDHdz <v-ohernandez@expediagroup.com>
This commit is contained in:
OscarDHdz
2022-09-19 13:12:32 -05:00
parent ae60130b78
commit b3c9b05189
@@ -182,7 +182,7 @@ export async function createRouter(
timeout: { minutes: 15 },
fn: async () => {
const { tasks } = await databaseTaskStore.listStaleTasks({
timeoutS: 3600,
timeoutS: 86400,
});
for (const task of tasks) {