Commit 9eb0868
authored
Tasks: increase time limit sync_remote_repositories_from_sso_organizations (#12488)
This task takes 2h 10m to complete right now. I didn't see anything in
sentry about this task failing (not sure even if that will be reported
there). Looks like the default time out is one hour:
https://github.com/readthedocs/readthedocs.org/blob/dcde018f1567a028cb17a2cad4990f489c0d8f8e/readthedocs/settings/base.py#L630
This would be a great use case for async python... Maybe something to
explore
https://stackoverflow.com/questions/72529998/how-to-use-async-function-inside-celery-task1 parent 94d0e6c commit 9eb0868
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
0 commit comments