Add queue status command
This commit is contained in:
@@ -54,7 +54,7 @@ async def cmd_artifacts_upload(msg: Message):
|
||||
finally:
|
||||
release_lock("artifacts")
|
||||
|
||||
pos = await enqueue(job)
|
||||
pos = await enqueue("artifact-upload", job)
|
||||
await msg.answer(f"🕓 Upload queued (#{pos})", reply_markup=artifacts_kb)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user