DynamoMTL / spree_chimpy

Spree/MailChimp Integration
BSD 3-Clause "New" or "Revised" License
35 stars 123 forks source link

WIP: Sidekiq Support #18

Closed johanb closed 10 years ago

johanb commented 11 years ago

This is provides basic sidekiq support.

Currently functionality:

Currently NOT supported:

Although I doubt this will happen a lot, it is currently broken. When you destroy a user, he does not get unsubscribed. This is because sidekiq is not able to find the object by ID. The object has already been destroyed. Trying to serialize the object seems to give a weird error atm. Still investigating.

clemens commented 10 years ago

Question: What's the status of this feature? :)

johanb commented 10 years ago

Haven't looked at it for a while, didn't finish it. Feel free to finish it if you have the time. Can't really say when I will have time available to finish this. I do still intend to do so.

johanb commented 10 years ago

Seems I'm not going to finish it anytime soon. So might as well close it and revisit it when I find the time for it.