Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created December 2, 2018 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bakura10/9e755e18a75b30859f8c1b90d0e10bdb to your computer and use it in GitHub Desktop.
Save bakura10/9e755e18a75b30859f8c1b90d0e10bdb to your computer and use it in GitHub Desktop.
foreach ($products as $index => $product) {
$this->messageQueue->push(new DelayedMessage('product.validate_stock', [
'product' => $product['id']
], $index);
}
$this->messageQueue->flush();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment