Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inter process communication and distribution using a queue system #2

Open
joamag opened this issue Jan 18, 2013 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@joamag
Copy link
Contributor

joamag commented Jan 18, 2013

Problem

It's not possible to communicate with another colony process for the execution of a task in a asynchronous manner.
Simple tasks like sending an email, etc are allays done in the same process just using a different thread.

Solutions

Implement an asynchronous distributed queue system using technologies like RabbitMQ.

Requirements

  • The system must fallback to a normal single process thread oriented system in case no rabbitmq library or system is configured / found
  • The system must be very easy to use just a single call with some parameters
  • Using the system should be like calling a normal python method
@ghost ghost assigned joamag Jan 18, 2013
@joamag
Copy link
Contributor Author

joamag commented Oct 28, 2023

There is now support for Kafka notifications following hivesolutions/colony#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant