Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/celery/backends/__pycache__/rpc.cpython-39.pyc
Ðазад
a t�h-/ � @ s� d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m Z ddlmZm Z dd lmZ dd lmZmZ dZdZG d d� de�Zdd� ZG dd� de�ZG dd� deje�ZdS )zqThe ``RPC`` result backend for AMQP brokers. RPC-style result backend, using reply-to and one queue per client. � N)� maybe_declare)�register_after_fork)�cached_property)�states)�current_task�task_join_will_block� )�base)�AsyncBackendMixin�BaseResultConsumer)�BacklogLimitExceeded� RPCBackendz� The "rpc" result backend does not support chords! Note that a group chained with a task is also upgraded to be a chord, as this pattern requires synchronization. Result backends that supports chords: Redis, Database, Memcached, and more. c @ s e Zd ZdZdS )r z'Too much state history to fast-forward.N)�__name__� __module__�__qualname__�__doc__� r r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/celery/backends/rpc.pyr s r c C s | � � d S �N)�_after_fork)�backendr r r �_on_after_fork_cleanup_backend"