Skip to content

Commit 8a547ff

Browse files
committed
PR Feedback; clarify comment for 's new behaviour
1 parent 3dc9baf commit 8a547ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

database/src/pool.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ pub trait Connection: Send + Sync {
224224
commit_date: DateTime<Utc>,
225225
) -> anyhow::Result<()>;
226226

227-
/// Add a benchmark job to the job queue.
227+
/// Add a benchmark job to the job queue and returns its ID, if it was not
228+
/// already in the DB previously.
228229
async fn enqueue_benchmark_job(
229230
&self,
230231
request_tag: &str,

0 commit comments

Comments
 (0)