Skip to content

Commit

Permalink
Updating comment to be more truthful.
Browse files Browse the repository at this point in the history
  • Loading branch information
swirtSJW committed Oct 18, 2023
1 parent 2bea692 commit cb09afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function onQueueItemProcessed(QueueItemProcessedEvent $event) {
// The response might have been 200 from the TIC not the Facility API.
$message = sprintf('Item %s Posted with a 200, but had an unexpected response with a size: %F phrase: %s', $item_data['uid'], $size, $response_phrase);
$this->logger->get('va_gov_post_api')->warning($message);
// Add the item that did not get processed back to the queue.
// Add the item that might not have been processed back to the queue.
$this->postQueue->addToQueue($item_data);
}
}
Expand Down

0 comments on commit cb09afa

Please sign in to comment.