We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83782e8 commit 49a1733Copy full SHA for 49a1733
app/code/Magento/Integration/etc/crontab.xml
@@ -8,7 +8,7 @@
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
9
<group id="default">
10
<job name="outdated_authentication_failures_cleanup" instance="Magento\Integration\Cron\CleanExpiredAuthenticationFailures" method="execute">
11
- <schedule>0 1 * * *</schedule>
+ <schedule>* * * * *</schedule>
12
</job>
13
</group>
14
</config>
0 commit comments