Is there any `spryker/queue:1.10.0`? I see only till 1.9.x

Hi Team, is there any spryker/queue:1.10.0
? I see only till 1.9.x
Comments
-
I forwarded this for clarification - You are right, there is no 1.10
0 -
Ok cool. But i am interested in this new configurations
0 -
Hi @UL65CH0MC, apologies for the confusion! It should not have been published since this feature is not in GA yet. But given the interest that you and other builders are showing we are considering bringing it back to the roadmap soon. Why are you interested in it right now? What problems would this solve for your team?
FYI @U01LP0UK75M
0 -
Hi @U03DK7600BU
We have sometimes due a lot of messages on production system (i speak about for ca. 20M+ messages and on full publish more than 150M) we have the problem that an overload of cpu core average happened... Of course i can downgrade the worker parallel (actually 12) on a system with 12 core cpu and 32GB Ram, but then i have in normal cases to less parallel worker for consuming the messages... I think that this configuration, if I right understood, should avoid an overload of cpu's.. Is it right?
0 -
p.s.: we have actually 112 queues (publish and sync) (for 1 Store)
0 -
it means that in case of lot messages in lot queues.... and thanks the 12 worker parallel... u can imagine how many php processes are triggered from queue:worker process in background..
0 -
RAM is not the problem... max 16GB will be allocated.. but CPU Load is a problem...
0 -
$config[QueueConstants::_QUEUE_ADAPTER_CONFIGURATION_DEFAULT_] = [
QueueConfig::_CONFIG_QUEUE_ADAPTER_ => RabbitMqAdapter::class,
QueueConfig::_CONFIG_MAX_WORKER_NUMBER_ => 12,
];This is our configuration on production...
0 -
Thanks for telling me more about it!
Yes, it should help with the CPU problem in your case. But let me check it with my colleagues and we will come back to you soon
0 -
Ok, thank u very much!
0
Categories
- All Categories
- 38 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 33 Spryker News
- 565 Developer Corner
- 435 Spryker Development
- 54 Spryker Dev Environment
- 296 Spryker Releases
- 30 Propel ORM
- 47 Community Projects
- 6 Gacela Project
- 3 PHP Bridge
- 21 Hackathon
- 3.2K 📜 Slack Archives
- 115 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random
- 4 Code Testing
- 23 Product & Business Questions
- 46 Spryker Safari Questions
- 36 The Blackhole