d-ph
d-ph
Fair point @buffcode regarding the potential queue starvation. I would like to inquiry about your proposition to implement the solution as a custom Transport/Strategy. Hi, @upyx. I would like to...
Hello, Yes, an abstraction for retrieving tasks would satisfy all parties, I agree. Perhaps [the following code region](https://github.com/symfony/symfony/blob/7edbdf8b11e9bcd976c42085d94cc8778abb6de5/src/Symfony/Component/Messenger/Worker.php#L95-L119) could be "extracted" and adapted into an abstract method of `getNextEnvelope(): ?Envelope`,...
Hi @upyx. I finally have found a bit of time to check your solution. Apologies for the delay. Now I see what you meant by an aggregate of receivers. The...
Hi Nathaniel. Would it be possible to add [accordion](http://getbootstrap.com/javascript/#collapse-example-accordion), please? In fact, it would be enough, if there were a pane's header only widget, that can be dragged on the...
> It will take a while and I don't know how the community will react. Ok. So shall we wait for the resolution of your PR (#47090), before we attempt...
@upyx Tough luck. So would you say that the solution proposed in my PR is sound for time being (assuming nobody else raises any further concerns of course)?
@upyx Thanks for feedback. @buffcode May I ask you to share your opinion on the [proposed change](https://github.com/d-ph/symfony/commit/2dbc6e595709da0ac9f86c7c74350de1c08e009b), please? The bottom line is that one would be able to start a...
@buffcode > What seems to be missing is a CompilerPass Yeah, it's just a proof at this stage. I'll add to the MessengerPass and FrameworkBundle's resources/ next. I still need...
The ssh's MaxStartups default config value (i.e. allow up to 10 concurrent unauthenticated ssh connections, and then randomly close any extra ones until there are 100 concurrent attempts, at which...
@ndeloof Thanks for explaining this. Do you know whether it would be possible for Docker Compose to respect the `--parallel [e.g. 1]` parameter and not initiate more ssh connection than...