Skip to content

Commit 2df4d99

Browse files
authored
Avoid breaking change on task signature (#12510)
Just to avoid breaking builds while deploying tomorrow
1 parent e062645 commit 2df4d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def send_external_build_status(version_type, build_pk, commit, status):
192192

193193

194194
@app.task(queue="web")
195-
def set_builder_scale_in_protection(build_id, builder, protected_from_scale_in):
195+
def set_builder_scale_in_protection(builder, protected_from_scale_in, build_id=None):
196196
"""
197197
Set scale-in protection on this builder ``builder``.
198198

0 commit comments

Comments
 (0)