For FIFO queues, there can be a maximum of 20,000 in flight messages (received from a queue by a consumer, but not yet deleted from the queue). If you reach this quota, Amazon SQS returns no error messages. A FIFO queue looks through the first 20k messages to determine available message groups.
Cannot autowire service "App\Twig\AdvertExtension": argument "$markdownExtension" of method "__construct()" references class "Twig\Extra\Markdown\MarkdownExtension" but no such service exists. You should maybe alias this class to the existing "twig.extension.markdown" service.
services:
Twig\Extra\Markdown\MarkdownExtension: '@twig.extension.markdown'
class MarkdownExtension extends AbstractExtension
{
public function getFilters():array
{
$closure = static function($value){
// ....
return $value;
};
return [
new TwigFilter('markdown', $closure, ['is_safe' => ['html']]), // ок
];
}
}
On Windows systems Symfony uses a special binary to implement hidden questions. This means that those questions don't use the default Input console object and therefore you can't test them on Windows.