Ticket #1464 (closed enhancement: wontfix)
Replace RabbitMQ with Celeryd to support running multiple instances
Reported by: | thejimmyg | Owned by: | |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-v1.6 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by thejimmyg) (diff)
The current harvesting implementation can only have one instance per server.
We could either:
- Accept this
- Change the RabbitMQ code to support multiple instances
- Switch the entire harvesting to use Celery
- Wait for James's redis based live feedback based system
Change History
comment:1 Changed 2 years ago by thejimmyg
- Description modified (diff)
- Summary changed from Get RabbitMQ runnable with multiple instances to Replace RabbitMQ with Celeryd to support running multiple instances
comment:2 Changed 2 years ago by thejimmyg
As part of the queue upgrade we'll also fix #1064 which explains that the current queue implementation is over-engineered.
Note: See
TracTickets for help on using
tickets.