mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 11:16:46 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
f1c36d2279
commit
ff18aeb1e1
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ Deno.serve(async (req) => {
|
|||
serviceId: agent.railway_service_id,
|
||||
environmentId,
|
||||
projectId,
|
||||
suspended: true,
|
||||
suspend: true,
|
||||
});
|
||||
console.log(`[recover] Hermes suspenso, aguardando 25s para descer`);
|
||||
} catch (e) {
|
||||
|
|
@ -178,7 +178,7 @@ Deno.serve(async (req) => {
|
|||
serviceId: agent.railway_service_id,
|
||||
environmentId,
|
||||
projectId,
|
||||
suspended: false,
|
||||
suspend: false,
|
||||
});
|
||||
} catch { /* ignore */ }
|
||||
return jsonResponse({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue