-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3537 from GSA-TTS/main
- Loading branch information
Showing
15 changed files
with
175 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
from psycogreen.gevent import patch_psycopg # use this if you use gevent workers | ||
|
||
|
||
def post_fork(server, worker): | ||
patch_psycopg() | ||
worker.log.info("Made Psycopg2 Green") | ||
|
||
|
||
max_requests = 500 | ||
max_requests_jitter = 50 | ||
timeout = 120 | ||
workers = 4 | ||
worker_class = "gevent" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2 Bytes
(100%)
backend/schemas/output/excel/xlsx/additional-eins-workbook.xlsx
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
backend/schemas/output/excel/xlsx/additional-ueis-workbook.xlsx
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
backend/schemas/output/excel/xlsx/audit-findings-text-workbook.xlsx
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
backend/schemas/output/excel/xlsx/corrective-action-plan-workbook.xlsx
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
backend/schemas/output/excel/xlsx/federal-awards-audit-findings-workbook.xlsx
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(100%)
backend/schemas/output/excel/xlsx/federal-awards-workbook.xlsx
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
backend/schemas/output/excel/xlsx/notes-to-sefa-workbook.xlsx
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
backend/schemas/output/excel/xlsx/secondary-auditors-workbook.xlsx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters