chore: snapshot before SDK upgrade
Includes pending stale-case-reminder days fix (3→30) alongside the backup commit, since both will be preserved by the same tag.
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
||||
{
|
||||
jobKey: "stale-case-reminder",
|
||||
displayName: "תזכורת תיקים תקועים",
|
||||
description: "מזהה תיקים שלא עודכנו 3+ ימים ומוסיף תגובה ל-issue",
|
||||
description: "מזהה תיקים שלא עודכנו 30+ ימים ומוסיף תגובה ל-issue",
|
||||
schedule: "0 8 * * *",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -715,7 +715,7 @@ const plugin = definePlugin({
|
||||
|
||||
let resp: Awaited<ReturnType<typeof ctx.http.fetch>>;
|
||||
try {
|
||||
resp = await ctx.http.fetch(`${apiBase}/api/cases/stale?days=3`);
|
||||
resp = await ctx.http.fetch(`${apiBase}/api/cases/stale?days=30`);
|
||||
} catch (err) {
|
||||
ctx.logger.error("stale-case-reminder: fetch failed", {
|
||||
error: String(err),
|
||||
|
||||
Reference in New Issue
Block a user