Merge branch 'main' into worker-upgrade
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
-- This updates any Endpoint runChunkExecutionLimit that were 60ms to be 60000ms
|
||||
UPDATE "Endpoint"
|
||||
SET
|
||||
"runChunkExecutionLimit" = 60000
|
||||
WHERE
|
||||
"runChunkExecutionLimit" = 60;
|
||||
Reference in New Issue
Block a user