#worker #client #rabbitmq #work #celery #broker #amqp

celery-rs-core

Core utilities for a celery client and worker in rust

5 releases

0.0.6 Nov 6, 2019
0.0.5 Nov 5, 2019
0.0.4 Nov 5, 2019
0.0.2 Nov 5, 2019
0.0.1 Nov 5, 2019

#1891 in Asynchronous

Apache-2.0

79KB
2K SLoC

Celery Rust Core

Core shared libraries between the client, worker, and other packages.

Current Support

A Kombu-like port will need to be written for this library. Until then, RabbitMQ and anything supporting AMQP will work as a broker. Backends use the BackendConfig.

I really need this library for an existing time-sensitive project though.

License

Copyright 2019- Andrew Evans

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dependencies

~14–27MB
~412K SLoC