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
Copy file name to clipboardExpand all lines: app/controllers/api/health.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -686,12 +686,12 @@
686
686
contentType: ContentType::JSON
687
687
))
688
688
->param('threshold', 5000, newInteger(true), 'Queue size threshold. When hit (equal or higher), endpoint returns server error. Default value is 5000.', true)
@@ -69,14 +67,13 @@ protected function updateProjectAccess(Document $project, Database $dbForPlatfor
69
67
* 2. Create timer that sync all changes from 'schedules' collection to local copy. Only reading changes thanks to 'resourceUpdatedAt' attribute
70
68
* 3. Create timer that prepares coroutines for soon-to-execute schedules. When it's ready, coroutine sleeps until exact time before sending request to worker.
0 commit comments