We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d632701 commit 7cb1fa9Copy full SHA for 7cb1fa9
Cron/Jobs/OtaTimeoutJob.cs
@@ -5,7 +5,7 @@
5
6
namespace OpenShock.Cron.Jobs;
7
8
-[CronJob("0 */1 * * * ?")]
+[CronJob("0 */5 * * * ?")]
9
public sealed class OtaTimeoutJob
10
{
11
private readonly OpenShockContext _db;
0 commit comments