Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-27 15:50:00 +00:00
parent f1c36d2279
commit ff18aeb1e1

View file

@ -127,7 +127,7 @@ Deno.serve(async (req) => {
serviceId: agent.railway_service_id, serviceId: agent.railway_service_id,
environmentId, environmentId,
projectId, projectId,
suspended: true, suspend: true,
}); });
console.log(`[recover] Hermes suspenso, aguardando 25s para descer`); console.log(`[recover] Hermes suspenso, aguardando 25s para descer`);
} catch (e) { } catch (e) {
@ -178,7 +178,7 @@ Deno.serve(async (req) => {
serviceId: agent.railway_service_id, serviceId: agent.railway_service_id,
environmentId, environmentId,
projectId, projectId,
suspended: false, suspend: false,
}); });
} catch { /* ignore */ } } catch { /* ignore */ }
return jsonResponse({ return jsonResponse({