Bench is Stuck in the awaiting to Deploy state My all three servers are Running

I am getting this error when i click on Deploy Candinate section .I click on Build Section i am facing this error /home/press/frappe-bench/apps/frappe/frappe/handler.py:74: DeprecationWarning: Calling shorthand for run_doc_method is deprecated, please specify full path in RPC call.
11:42:38 web.1 | method = get_attr(cmd)
11:42:38 web.1 | Traceback (most recent call last):
11:42:38 web.1 | File “apps/frappe/frappe/app.py”, line 110, in application
11:42:38 web.1 | response = frappe.api.handle(request)
11:42:38 web.1 | File “apps/frappe/frappe/api/init.py”, line 49, in handle
11:42:38 web.1 | data = endpoint(**arguments)
11:42:38 web.1 | File “apps/frappe/frappe/api/v1.py”, line 36, in handle_rpc_call
11:42:38 web.1 | return frappe.handler.handle()
11:42:38 web.1 | File “apps/frappe/frappe/handler.py”, line 49, in handle
11:42:38 web.1 | data = execute_cmd(cmd)
11:42:38 web.1 | File “apps/frappe/frappe/handler.py”, line 85, in execute_cmd
11:42:38 web.1 | return frappe.call(method, **frappe.form_dict)
11:42:38 web.1 | File “apps/frappe/frappe/init.py”, line 1768, in call
11:42:38 web.1 | return fn(*args, **newargs)
11:42:38 web.1 | File “apps/frappe/frappe/handler.py”, line 333, in run_doc_method
11:42:38 web.1 | response = doc.run_method(method, args)
11:42:38 web.1 | File “apps/frappe/frappe/model/document.py”, line 962, in run_method
11:42:38 web.1 | out = Document.hook(fn)(self, *args, **kwargs)
11:42:38 web.1 | File “apps/frappe/frappe/model/document.py”, line 1322, in composer
11:42:38 web.1 | return composed(self, method, *args, **kwargs)
11:42:38 web.1 | File “apps/frappe/frappe/model/document.py”, line 1304, in runner
11:42:38 web.1 | add_to_return_value(self, fn(self, *args, **kwargs))
11:42:38 web.1 | File “apps/frappe/frappe/model/document.py”, line 959, in fn
11:42:38 web.1 | return method_object(*args, **kwargs)
11:42:38 web.1 | File “apps/frappe/frappe/utils/typing_validations.py”, line 31, in wrapper
11:42:38 web.1 | return func(*args, **kwargs)
11:42:38 web.1 | File “apps/press/press/press/doctype/deploy_candidate/deploy_candidate.py”, line 325, in schedule_build_and_deploy
11:42:38 web.1 | self.build_and_deploy()
11:42:38 web.1 | File “apps/press/press/press/doctype/deploy_candidate/deploy_candidate.py”, line 335, in build_and_deploy
11:42:38 web.1 | self.pre_build(method=“build_and_deploy")
11:42:38 web.1 | File “apps/press/press/press/doctype/deploy_candidate/deploy_candidate.py”, line 236, in pre_build
11:42:38 web.1 | frappe.enqueue_doc(
11:42:38 web.1 | File “apps/frappe/frappe/init.py”, line 2329, in enqueue_doc
11:42:38 web.1 | return frappe.utils.background_jobs.enqueue_doc(*args, **kwargs)
11:42:38 web.1 | File “apps/frappe/frappe/utils/background_jobs.py”, line 173, in enqueue_doc
11:42:38 web.1 | return enqueue(
11:42:38 web.1 | File “apps/frappe/frappe/utils/background_jobs.py”, line 121, in enqueue
11:42:38 web.1 | q = get_queue(queue, is_async=is_async)
11:42:38 web.1 | File “apps/frappe/frappe/utils/background_jobs.py”, line 431, in get_queue
11:42:38 web.1 | validate_queue(qtype)
11:42:38 web.1 | File “apps/frappe/frappe/utils/background_jobs.py”, line 440, in validate_queue
11:42:38 web.1 | frappe.throw(
(“Queue should be one of {0}”).format(”, ".join(default_queue_list)))
11:42:38 web.1 | File “apps/frappe/frappe/init.py”, line 645, in throw
11:42:38 web.1 | msgprint(
11:42:38 web.1 | File “apps/frappe/frappe/init.py”, line 610, in msgprint
11:42:38 web.1 | _raise_exception()
11:42:38 web.1 | File “apps/frappe/frappe/init.py”, line 561, in _raise_exception
11:42:38 web.1 | raise exc
11:42:38 web.1 | frappe.exceptions.ValidationError: Queue should be one of short, default, long
11:42:38 web.1 |
11:42:38 web.1 | 192.168.10.40 - - [28/May/2024 11:42:38] “POST /api/method/run_doc_method HTTP/1.0” 417 -