Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
ab109a3
1
Parent(s):
21af3c6
update
Browse files- backend-cli.py +3 -0
backend-cli.py
CHANGED
@@ -187,6 +187,9 @@ def process_pending_requests() -> bool:
|
|
187 |
|
188 |
|
189 |
if __name__ == "__main__":
|
|
|
|
|
|
|
190 |
# res = False
|
191 |
res = process_pending_requests()
|
192 |
|
|
|
187 |
|
188 |
|
189 |
if __name__ == "__main__":
|
190 |
+
import time
|
191 |
+
time.sleep(60 * random.randint(5, 10))
|
192 |
+
|
193 |
# res = False
|
194 |
res = process_pending_requests()
|
195 |
|