Fixed comment typo.
Change-Id: I5f68cff001a6059806d1dd5e99db59754290ce71
This commit is contained in:
parent
b65bcc765d
commit
e850590b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ class JobQueueDB extends JobQueue {
|
|||
$key = $this->getRootJobCacheKey( $params['rootJobSignature'] );
|
||||
// Callers should call batchInsert() and then this function so that if the insert
|
||||
// fails, the de-duplication registration will be aborted. Since the insert is
|
||||
// deferred till "transaction idle", do that same here, so that the ordering is
|
||||
// deferred till "transaction idle", do the same here, so that the ordering is
|
||||
// maintained. Having only the de-duplication registration succeed would cause
|
||||
// jobs to become no-ops without any actual jobs that made them redundant.
|
||||
$this->getMasterDB()->onTransactionIdle( function() use ( $params, $key ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue