diff --git a/Makefile b/Makefile index f82ad5f..5483f9b 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ demo: $(HTTPIE) --json --body POST http://127.0.0.1:8000/chapter7/follow follow_id='8cc71bf2-f827-4c92-95a5-43bb1bc622ad' from_author_id='1fd7d739-2ad7-41a8-8c18-565603e3733f' to_author_id='a64a52cc-3ee9-4a15-918b-099e18b43119' $(HTTPIE) --json --body POST http://127.0.0.1:8000/chapter7/follow follow_id='f3088920-841e-4577-a3c2-efdc80f0dea5' from_author_id='1da1366f-b066-4514-9b29-7346df41e371' to_author_id='a64a52cc-3ee9-4a15-918b-099e18b43119' $(HTTPIE) --json --body POST http://127.0.0.1:8000/chapter7/follow follow_id='f3088920-841e-4577-a3c2-efdc80f0dea5' from_author_id='1da1366f-b066-4514-9b29-7346df41e371' to_author_id='a64a52cc-3ee9-4a15-918b-099e18b43119' - $(PHP) compose exec app php bin/console messenger:consume commands_async --limit 3 -vv + $(PHP) bin/console messenger:consume commands_async --limit 3 -vv $(HTTPIE) --json http://127.0.0.1:8000/chapter7/author/a64a52cc-3ee9-4a15-918b-099e18b43119/followers-counter $(PHP) bin/console messenger:consume events_async --limit 2 -vv $(PHP) bin/console messenger:consume commands_async --limit 3 -vv