Merge branch 'main' into worker-upgrade

This commit is contained in:
nicktrn
2023-10-25 17:05:56 +00:00
@@ -0,0 +1,6 @@
-- This updates any Endpoint runChunkExecutionLimit that were 60ms to be 60000ms
UPDATE "Endpoint"
SET
"runChunkExecutionLimit" = 60000
WHERE
"runChunkExecutionLimit" = 60;