forked from farhoodlabs/paperclip
fix: address greptile routine review
This commit is contained in:
@@ -43,7 +43,7 @@ const concurrencyPolicyDescriptions: Record<string, string> = {
|
||||
};
|
||||
const catchUpPolicyDescriptions: Record<string, string> = {
|
||||
skip_missed: "Ignore windows that were missed while the scheduler or routine was paused.",
|
||||
enqueue_missed_with_cap: "Catch up missed schedule windows with a capped backlog after recovery.",
|
||||
enqueue_missed_with_cap: "Catch up missed schedule windows in capped batches after recovery.",
|
||||
};
|
||||
|
||||
function autoResizeTextarea(element: HTMLTextAreaElement | null) {
|
||||
|
||||
Reference in New Issue
Block a user