Ticket #1064 (closed defect: duplicate)

Opened 3 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by thejimmyg

  • Status changed from new to closed
  • Resolution set to duplicate

Marking as duplicate because #1464 will take it on.

Note: See TracTickets for help on using tickets.