mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 07:36:41 +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,
|
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({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue