You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -280,16 +283,19 @@ public function activity(ScheduledJob $job): void
280
283
* Reset stale jobs that have not changed for too long.
281
284
*
282
285
* @param string $groupName Free jobs in this group only
283
-
* @param int $minutes Count jobs as stale if their last activity was more than these many minutes ago
286
+
* @param int|null $minutes Only free jobs that are stale for at least this many minutes. @deprecated Use staleJobTimeout configuration setting instead.
284
287
* @throws Exception
285
288
* @return int Number of freed jobs
286
289
*/
287
-
publicfunctionresetStaleJobs(string$groupName, int$minutes): int {
0 commit comments