Ticket #1064 (closed defect: duplicate)
Remove Workers from ckanext-queue
| Reported by: | amercader | Owned by: | |
|---|---|---|---|
| Priority: | awaiting triage | Milestone: | |
| Component: | ckan | Keywords: | |
| Cc: | friedrich.lindenberg@…,james@…, james | Repository: | ckanext-queue |
| Theme: | none |
Description
The current implementation of Workers in ckanext-queue is broken. Basically the various consume / callback functions expect three arguments (routing_key, operation, payload) when they are in fact receiving only two of them (message_data, message). This is fairly easy to fix, but the question is if Workers add an extra complexity to use the messaging library directly.
Change History
Note: See
TracTickets for help on using
tickets.

Marking as duplicate because #1464 will take it on.