Ticket #1023 (closed defect: wontfix)
Re-queueing of worker requests with errors
Reported by: | pudo | Owned by: | pudo |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
Schedule worker calls to be ran several times, with certain intervals.
Change History
Note: See
TracTickets for help on using
tickets.
Tried implementing this with AMQPs msg.requeue() and channel.basic_recover() but RabbitMQ yield a NOT_IMPLEMENTED error.
Bit clueless on how to proceed.