Skip to content

Commit dcde018

Browse files
authored
Build: don't log SoftTimeLimitExceeded in Sentry (#12486)
Continuation of #12481
1 parent 1bf6e05 commit dcde018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/projects/tasks/builds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ class UpdateDocsTask(SyncRepositoryMixin, Task):
282282
MkDocsYAMLParseError,
283283
ProjectConfigurationError,
284284
BuildMaxConcurrencyError,
285+
SoftTimeLimitExceeded,
285286
)
286287

287288
# Do not send notifications on failure builds for these exceptions.

0 commit comments

Comments
 (0)