aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-build-force.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-build-force.cxx')
-rw-r--r--mod/mod-build-force.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/mod/mod-build-force.cxx b/mod/mod-build-force.cxx
index d37674f..146acd9 100644
--- a/mod/mod-build-force.cxx
+++ b/mod/mod-build-force.cxx
@@ -261,8 +261,10 @@ handle (request& rq, response& rs)
// If we ought to call the
// tenant_service_build_queued::build_queued() callback, then also
// set the package tenant's queued timestamp to the current time
- // to prevent the notifications race (see tenant::queued_timestamp
- // for details).
+ // to prevent the task handler from picking the build and
+ // potentially interfering with us by sending its `building`
+ // notification before we send our `queued` notification (see
+ // tenant::queued_timestamp for details).
//
if (tsq != nullptr)
{