[fullqueue] updated
Browse files
app.py
CHANGED
@@ -290,8 +290,11 @@ async def fullqueue(e, thread):
|
|
290 |
await thread.send("Queue is full! Please try again.")
|
291 |
elif "Error: Queue is full! Please try again." in error_message:
|
292 |
await thread.send("Queue is full! Please try again.")
|
|
|
293 |
elif "local variable 'stage_1_results' referenced before assignment" in error_message:
|
294 |
-
await thread.send("Queue is full! Please try again.")
|
|
|
|
|
295 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|
296 |
|
297 |
|
|
|
290 |
await thread.send("Queue is full! Please try again.")
|
291 |
elif "Error: Queue is full! Please try again." in error_message:
|
292 |
await thread.send("Queue is full! Please try again.")
|
293 |
+
''' raised when the space we depend on needs to build after some inactivity (~10h)
|
294 |
elif "local variable 'stage_1_results' referenced before assignment" in error_message:
|
295 |
+
await thread.send("Queue is full! Please try again.")
|
296 |
+
'''
|
297 |
+
|
298 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|
299 |
|
300 |
|