remoulade 7.0.0.dev2__tar.gz → 7.0.0.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/PKG-INFO +1 -1
- remoulade-7.0.0.dev3/remoulade/brokers/__init__.py +16 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade.egg-info/PKG-INFO +1 -1
- remoulade-7.0.0.dev2/remoulade/brokers/__init__.py +0 -41
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/CONTRIBUTING.md +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/CONTRIBUTORS.md +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/COPYING +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/COPYING.LESSER +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/MANIFEST.in +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/README.md +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/bin/remoulade-gevent +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/local_pgmq_broker.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/local_pgmq_consumer.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/pyproject.toml +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/__main__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/actor.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/api/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/api/apispec.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/api/main.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/api/scheduler.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/api/state.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/broker.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/brokers/local.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/brokers/pgmq.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/brokers/rabbitmq.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/brokers/stub.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cancel/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cancel/backend.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cancel/backends/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cancel/backends/redis.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cancel/backends/stub.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cancel/errors.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cancel/middleware.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cli/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cli/remoulade_ls.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cli/remoulade_run.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/cli/remoulade_scheduler.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/collection_results.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/common.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/composition.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/backend.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/backends/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/backends/redis.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/backends/stub.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/errors.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/lease.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/concurrent/middleware.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/encoder.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/errors.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/generic.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/helpers/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/helpers/actor_arguments.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/helpers/backoff.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/helpers/queues.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/helpers/redis_client.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/helpers/reduce.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/logging.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/message.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/age_limit.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/catch_error.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/current_message.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/heartbeat.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/logging_metadata.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/max_memory.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/max_tasks.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/middleware.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/pipelines.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/prometheus.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/retries.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/shutdown.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/threading.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/time_limit.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/tracing.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/middleware/worker_thread_logging.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/py.typed +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/backend.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/backends/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/backends/redis.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/backends/stub.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/backends/utils.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/errors.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/rate_limits/middleware.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/result.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/backend.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/backends/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/backends/local.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/backends/redis.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/backends/stub.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/errors.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/results/middleware.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/scheduler/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/scheduler/scheduler.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/backend.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/backends/__init__.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/backends/postgres.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/backends/redis.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/backends/stub.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/errors.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/state/middleware.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/utils.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade/worker.py +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade.egg-info/SOURCES.txt +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade.egg-info/dependency_links.txt +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade.egg-info/entry_points.txt +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade.egg-info/requires.txt +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/remoulade.egg-info/top_level.txt +0 -0
- {remoulade-7.0.0.dev2 → remoulade-7.0.0.dev3}/setup.cfg +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# This file is a part of Remoulade.
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2017,2018 CLEARTYPE SRL <bogdan@cleartype.io>
|
|
4
|
+
#
|
|
5
|
+
# Remoulade is free software; you can redistribute it and/or modify it
|
|
6
|
+
# under the terms of the GNU Lesser General Public License as published by
|
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or (at
|
|
8
|
+
# your option) any later version.
|
|
9
|
+
#
|
|
10
|
+
# Remoulade is distributed in the hope that it will be useful, but WITHOUT
|
|
11
|
+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
12
|
+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
|
13
|
+
# License for more details.
|
|
14
|
+
#
|
|
15
|
+
# You should have received a copy of the GNU Lesser General Public License
|
|
16
|
+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# This file is a part of Remoulade.
|
|
2
|
-
#
|
|
3
|
-
# Copyright (C) 2017,2018 CLEARTYPE SRL <bogdan@cleartype.io>
|
|
4
|
-
#
|
|
5
|
-
# Remoulade is free software; you can redistribute it and/or modify it
|
|
6
|
-
# under the terms of the GNU Lesser General Public License as published by
|
|
7
|
-
# the Free Software Foundation, either version 3 of the License, or (at
|
|
8
|
-
# your option) any later version.
|
|
9
|
-
#
|
|
10
|
-
# Remoulade is distributed in the hope that it will be useful, but WITHOUT
|
|
11
|
-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
12
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
|
13
|
-
# License for more details.
|
|
14
|
-
#
|
|
15
|
-
# You should have received a copy of the GNU Lesser General Public License
|
|
16
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
-
|
|
18
|
-
import warnings
|
|
19
|
-
|
|
20
|
-
from .local import LocalBroker
|
|
21
|
-
from .stub import StubBroker
|
|
22
|
-
|
|
23
|
-
__all__ = ["LocalBroker", "PgmqBroker", "RabbitmqBroker", "StubBroker"]
|
|
24
|
-
|
|
25
|
-
try:
|
|
26
|
-
from .pgmq import PgmqBroker
|
|
27
|
-
except ImportError: # pragma: no cover
|
|
28
|
-
warnings.warn(
|
|
29
|
-
"PgmqBroker is not available. Run `pip install remoulade[pgmq]` to add support for that broker.",
|
|
30
|
-
ImportWarning,
|
|
31
|
-
stacklevel=2,
|
|
32
|
-
)
|
|
33
|
-
|
|
34
|
-
try:
|
|
35
|
-
from .rabbitmq import RabbitmqBroker
|
|
36
|
-
except ImportError: # pragma: no cover
|
|
37
|
-
warnings.warn(
|
|
38
|
-
"RabbitmqBroker is not available. Run `pip install remoulade[rabbitmq]` to add support for that broker.",
|
|
39
|
-
ImportWarning,
|
|
40
|
-
stacklevel=2,
|
|
41
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|