Multiple cron events not firing consistently
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3465031. -->
Reported by: [coderdan](https://www.drupal.org/user/490684)
Related to !443 !444 !441
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>My problem is that I have 2 models, both triggering off cron events, and:</p>
<p>1. If the cron frequency for both events is set to * * * * * (always), then only one of the two models fires.<br>
2. If the cron frequency is set for (ostensibly) any other frequency, like midnight 0 0 * * *, neither of them will fire.</p>
<p>It might be that the id of the Cron Event's timestamp in the state. It seems to always be timestamp.cron-eca_base_eca_cron, and there is only one of them. I would expect to see a unique timestamp per Cron Event.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Setup models attached.<br>
Run cron.<br>
Note that only one the first model fires.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Fix the bug.</p>
issue